home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 February / PCWFEB06.iso / Software / Toolkit / Matrix Y2K 2005SE / Matrix Y2K 2005SE Setup.exe / {userappdata} / Matrix Y2K / elements / elements.dat
Text File  |  2004-09-25  |  188KB  |  6,215 lines

  1. HTML 4.01
  2.     Comment
  3.         <!--  -->
  4.     Definition Lists
  5.         <dl></dl>
  6.             Defines a definitionlist
  7.         <dt></dt>
  8.             defines the start of a term in a definition list.
  9.     Forms
  10.         <button></button>
  11.         <fieldset></fieldset>
  12.             The fieldset element draws a box around its containing elements.
  13.         <form></form>
  14.         <input>
  15.             <input type="text" name="pet" value="Dog" />
  16.         <label></label>
  17.             Defines a label to a control. If you click the text within the label element,  it is supposed to toggle the control.
  18.         <legend></legend>
  19.             The legend element defines a caption for a fieldset.
  20.         <optgroup></optgroup>
  21.             Defines an option group. This element allows you to group choices. When you have a long list of options, groups of related choices are easier to handle.
  22.         <option>
  23.             The option element defines an option in the drop-down list. 
  24.         <textarea></textarea>
  25.         <select></select>
  26.     Frames
  27.         <frame>
  28.         <frame></frame>
  29.         <frameset></frameset>
  30.         <iframe></iframe>
  31.             The iframe element creates an inline frame that contains another document.
  32.         <noframes></noframes>
  33.     Head Elements
  34.         <!DOCTYPE>
  35.         <base>
  36.         <body></body>
  37.         <head></head>
  38.         <html></html>
  39.         <meta>
  40.             The <meta> element provides meta-information about your page, such as descriptions and keywords for search engines and refresh rates.
  41.         <title></title>
  42.     Image Maps
  43.         <area>
  44.         <map></map>
  45.     Images
  46.         <img>
  47.     Lines
  48.         <hr>
  49.     Lists
  50.         <li></li>
  51.             The <li> tag defines the start of a list item. The <li> tag is used in both ordered (<ol>) and unordered lists (<ul>).
  52.         <ol></ol>
  53.             The <ol> tag defines the start of an ordered list.
  54.         <ul></ul>
  55.     Style Sheets
  56.         <link>
  57.             This element defines the relationship between two linked documents.
  58.         <style></style>
  59.     Script
  60.         <noscript></noscript>
  61.     Tables
  62.         <col>
  63.         <colgroup></colgroup>
  64.         <table></table>
  65.         <td></td>
  66.         <tr></tr>
  67.     Text Formatting
  68.         <abbr></abbr>
  69.         <acronym></acronym>
  70.             <acronym title="World Wide Web">WWW</acronym>
  71.         <address></address>
  72.         <b></b>
  73.         <bdo>
  74.             <bdo dir="rtl">The text is written from right to left</bdo>
  75.         <big></big>
  76.         <blockquote></blockquote>
  77.         <br>
  78.         <caption></caption>
  79.         <center></center>
  80.         <cite></cite>
  81.         <code></code>
  82.         <dd></dd>
  83.         <del></del>
  84.         <dfn></dfn>
  85.         <div></div>
  86.             The Align propertie has been depreciated in HTML 4.0.1
  87.         <em></em>
  88.         <font></font>
  89.         <h1></h1>
  90.         <h2></h2>
  91.         <h3></h3>
  92.         <h4></h4>
  93.         <h5></h5>
  94.         <h6></h6>
  95.         <ins></ins>
  96.         <kbd></kbd>
  97.         <p></p>
  98.         <pre></pre>
  99.         <samp></samp>
  100.         <small></small>
  101.         <strong></strong>
  102.         <sub></sub>
  103.         <sup></sup>
  104.         <tt></tt>
  105.         <u></u>
  106.         <var></var>
  107. PHP
  108.     Apache
  109.         apache_child_terminate()
  110.             Terminate apache process after this request
  111.         apache_lookup_uri()
  112.             Perform a partial request for the specified URI and return all info about it
  113.         apache_note()
  114.             Get and set apache request notes
  115.         apache_request_headers()
  116.             Fetch all HTTP request headers
  117.         apache_response_headers()
  118.             Fetch all HTTP response headers
  119.         apache_setenv()
  120.             Set an Apache subprocess_env variable
  121.         ascii2ebcdic()
  122.             Translate string from ASCII to EBCDIC
  123.         ebcdic2ascii()
  124.             Translate string from EBCDIC to ASCII
  125.         getallheaders()
  126.             Fetch all HTTP request headers
  127.         virtual()
  128.             Perform an Apache sub-request
  129.     Arrays
  130.         array_change_key_case()
  131.             Returns an array with all string keys lowercased or uppercased
  132.         array_chunk()
  133.             Split an array into chunks
  134.         array_combine()
  135.             Creates an array by using one array for keys and another for its values
  136.         array_count_values()
  137.             Counts all the values of an array
  138.         array_diff_assoc()
  139.             Computes the difference of arrays with additional index check
  140.         array_diff()
  141.             Computes the difference of arrays
  142.         array_fill()
  143.             Fill an array with values
  144.         array_filter()
  145.             Filters elements of an array using a callback function
  146.         array_flip()
  147.             Exchanges all keys with their associated values in an array
  148.         array_intersect_assoc()
  149.             Computes the intersection of arrays with additional index check
  150.         array_intersect()
  151.             Computes the intersection of arrays
  152.         array_key_exists()
  153.             Checks if the given key or index exists in the array
  154.         array_keys()
  155.             Return all the keys of an array
  156.         array_map()
  157.             Applies the callback to the elements of the given arrays
  158.         array_merge_recursive()
  159.             Merge two or more arrays recursively
  160.         array_merge()
  161.             Merge two or more arrays
  162.         array_multisort()
  163.             Sort multiple or multi-dimensional arrays
  164.         array_pad()
  165.             Pad array to the specified length with a value
  166.         array_pop()
  167.             Pop the element off the end of array
  168.         array_push()
  169.             Push one or more elements onto the end of array
  170.         array_rand()
  171.             Pick one or more random entries out of an array
  172.         array_reduce()
  173.             Iteratively reduce the array to a single value using a callback function
  174.         array_reverse()
  175.             Return an array with elements in reverse order
  176.         array_search()
  177.             Searches the array for a given value and returns the corresponding key if successful
  178.         array_shift()
  179.             Shift an element off the beginning of array
  180.         array_slice()
  181.             Extract a slice of the array
  182.         array_splice()
  183.             Remove a portion of the array and replace it with something else
  184.         array_sum()
  185.             Calculate the sum of values in an array.
  186.         array_unique()
  187.             Removes duplicate values from an array
  188.         array_unshift()
  189.             Prepend one or more elements to the beginning of array
  190.         array_values()
  191.             Return all the values of an array
  192.         array_walk()
  193.             Apply a user function to every member of an array
  194.         array()
  195.             Create an array
  196.         arsort()
  197.             Sort an array in reverse order and maintain index association
  198.         asort()
  199.             Sort an array and maintain index association
  200.         compact()
  201.             Create array containing variables and their values
  202.         count()
  203.             Count elements in a variable
  204.         current()
  205.             Return the current element in an array
  206.         each()
  207.             Return the current key and value pair from an array and advance the array cursor
  208.         end()
  209.             Set the internal pointer of an array to its last element
  210.         extract()
  211.             Import variables into the current symbol table from an array
  212.         in_array()
  213.             Return TRUE if a value exists in an array
  214.         key()
  215.             Fetch a key from an associative array
  216.         krsort()
  217.             Sort an array by key in reverse order
  218.         ksort()
  219.             Sort an array by key
  220.         list()
  221.             Assign variables as if they were an array
  222.         natcasesort()
  223.             Sort an array using a case insensitive "natural order" algorithm
  224.         natsort()
  225.             Sort an array using a "natural order" algorithm
  226.         next()
  227.             Advance the internal array pointer of an array
  228.         pos()
  229.             Get the current element from an array
  230.         prev()
  231.             Rewind the internal array pointer
  232.         range()
  233.             Create an array containing a range of elements
  234.         reset()
  235.             Set the internal pointer of an array to its first element
  236.         rsort()
  237.             Sort an array in reverse order
  238.         shuffle()
  239.             Shuffle an array
  240.         sizeof()
  241.             Alias of count()
  242.         sort()
  243.             Sort an array
  244.         uasort()
  245.             Sort an array with a user-defined comparison function and maintain index association
  246.         uksort()
  247.             Sort an array by keys using a user-defined comparison function
  248.         usort()
  249.             Sort an array by values using a user-defined comparison function
  250.         ()
  251.             
  252.     Aspell
  253.         aspell_check_raw()
  254.             Check a word without changing its case or trying to trim it [deprecated]
  255.         aspell_check()
  256.             Check a word [deprecated]
  257.         aspell_new()
  258.             Load a new dictionary [deprecated]
  259.         aspell_suggest()
  260.             Suggest spellings of a word [deprecated]
  261.     BC math
  262.         bcadd()
  263.             Add two arbitrary precision numbers
  264.         bccomp()
  265.             Compare two arbitrary precision numbers
  266.         bcdiv()
  267.             Divide two arbitrary precision numbers
  268.         bcmod()
  269.             Get modulus of an arbitrary precision number
  270.         bcmul()
  271.             Multiply two arbitrary precision number
  272.         bcpow()
  273.             Raise an arbitrary precision number to another
  274.         bcpowmod()
  275.             Raise an arbitrary precision number to another, reduced by a specified modulus.
  276.         bcscale()
  277.             Set default scale parameter for all bc math functions
  278.         bcsqrt()
  279.             Get the square root of an arbitrary precision number
  280.         bcsub()
  281.             Subtract one arbitrary precision number from another
  282.     Bzip2
  283.         bzclose()
  284.             Close a bzip2 file pointer
  285.         bzcompress()
  286.             Compress a string into bzip2 encoded data
  287.         bzdecompress()
  288.             Decompresses bzip2 encoded data
  289.         bzerrno()
  290.             Returns a bzip2 error number
  291.         bzerror()
  292.             Returns the bzip2 error number and error string in an array
  293.         bzerrstr()
  294.             Returns a bzip2 error string
  295.         bzflush()
  296.             Force a write of all buffered data
  297.         bzopen()
  298.             Open a bzip2 compressed file
  299.         bzread()
  300.             Binary safe bzip2 file read
  301.         bzwrite()
  302.             Binary safe bzip2 file write
  303.     Calendar
  304.         cal_days_in_month()
  305.             Return the number of days in a month for a given year and calendar
  306.         cal_from_jd()
  307.             Converts from Julian Day Count to a supported calendar
  308.         cal_info()
  309.             Returns information about a particular calendar
  310.         cal_to_jd()
  311.             Converts from a supported calendar to Julian Day Count
  312.         easter_date()
  313.             Get UNIX timestamp for midnight on Easter of a given year
  314.         easter_days()
  315.             Get number of days after March 21 on which Easter falls for a given year
  316.         FrenchToJD()
  317.             Converts a date from the French Republican Calendar to a Julian Day Count
  318.         GregorianToJD()
  319.             Converts a Gregorian date to Julian Day Count
  320.         JDDayOfWeek()
  321.             Returns the day of the week
  322.         JDMonthName()
  323.             Returns a month name
  324.         JDToFrench()
  325.             Converts a Julian Day Count to the French Republican Calendar
  326.         JDToGregorian()
  327.             Converts Julian Day Count to Gregorian date
  328.         jdtojewish()
  329.             Converts a julian day count to a jewish calendar date
  330.         JDToJulian()
  331.             Converts a Julian Day Count to a Julian Calendar Date
  332.         jdtounix()
  333.             Convert Julian Day to UNIX timestamp
  334.         JewishToJD()
  335.             Converts a date in the Jewish Calendar to Julian Day Count
  336.         JulianToJD()
  337.             Converts a Julian Calendar date to Julian Day Count
  338.         unixtojd()
  339.             Convert UNIX timestamp to Julian Day
  340.     CCVS
  341.         ccvs_add()
  342.             Add data to a transaction
  343.         ccvs_auth()
  344.             Perform credit authorization test on a transaction
  345.         ccvs_command()
  346.             Performs a command which is peculiar to a single protocol, and thus is not available in the general CCVS API
  347.         ccvs_count()
  348.             Find out how many transactions of a given type are stored in the system
  349.         ccvs_delete()
  350.             Delete a transaction
  351.         ccvs_done()
  352.             Terminate CCVS engine and do cleanup work
  353.         ccvs_init()
  354.             Initialize CCVS for use
  355.         ccvs_lookup()
  356.             Look up an item of a particular type in the database #
  357.         ccvs_new()
  358.             Create a new, blank transaction
  359.         ccvs_report()
  360.             Return the status of the background communication process
  361.         ccvs_return()
  362.             Transfer funds from the merchant to the credit card holder
  363.         ccvs_reverse()
  364.             Perform a full reversal on an already-processed authorization
  365.         ccvs_sale()
  366.             Transfer funds from the credit card holder to the merchant
  367.         ccvs_status()
  368.             Check the status of an invoice
  369.         ccvs_textvalue()
  370.             Get text return value for previous function call
  371.         ccvs_void()
  372.             Perform a full reversal on a completed transaction
  373.     COM
  374.         COM()
  375.             COM class
  376.         VARIANT()
  377.             VARIANT class
  378.         com_addref()
  379.             Increases the components reference counter.
  380.         com_get()
  381.             Gets the value of a COM Component's property
  382.         com_invoke()
  383.             Calls a COM component's method.
  384.         com_isenum()
  385.             Grabs an IEnumVariant
  386.         com_load_typelib()
  387.             Loads a Typelib
  388.         com_load()
  389.             Creates a new reference to a COM component
  390.         com_propget()
  391.             Alias of com_get()
  392.         com_propput()
  393.             Alias of com_set()
  394.         com_propset()
  395.             Alias of com_set()
  396.         com_release()
  397.             Decreases the components reference counter.
  398.         com_set()
  399.             Assigns a value to a COM component's property
  400.     Classes/Objects
  401.         call_user_method_array()
  402.             Call a user method given with an array of parameters [deprecated]
  403.         call_user_method()
  404.             Call a user method on an specific object [deprecated]
  405.         class_exists()
  406.             Checks if the class has been defined
  407.         get_class_methods()
  408.             Returns an array of class methods' names
  409.         get_class_vars()
  410.             Returns an array of default properties of the class
  411.         get_class()
  412.             Returns the name of the class of an object
  413.         get_declared_classes()
  414.             Returns an array with the name of the defined classes
  415.         get_object_vars()
  416.             Returns an associative array of object properties
  417.         get_parent_class()
  418.             Retrieves the parent class name for object or class
  419.         is_a()
  420.             Returns TRUE if the object is of this class or has this class as one of its parents
  421.         is_subclass_of()
  422.             Returns TRUE if the object has this class as one of its parents
  423.         method_exists()
  424.             Checks if the class method exists
  425.     ClibPDF
  426.         cpdf_add_annotation()
  427.             Adds annotation
  428.         cpdf_add_outline()
  429.             Adds bookmark for current page
  430.         cpdf_arc()
  431.             Draws an arc
  432.         cpdf_begin_text()
  433.             Starts text section
  434.         cpdf_circle()
  435.             Draw a circle
  436.         cpdf_clip()
  437.             Clips to current path
  438.         cpdf_close()
  439.             Closes the pdf document
  440.         cpdf_closepath_fill_stroke()
  441.             Close, fill and stroke current path
  442.         cpdf_closepath_stroke()
  443.             Close path and draw line along path
  444.         cpdf_closepath()
  445.             Close path
  446.         cpdf_continue_text()
  447.             Output text in next line
  448.         cpdf_curveto()
  449.             Draws a curve
  450.         cpdf_end_text()
  451.             Ends text section
  452.         cpdf_fill_stroke()
  453.             Fill and stroke current path
  454.         cpdf_fill()
  455.             Fill current path
  456.         cpdf_finalize_page()
  457.             Ends page
  458.         cpdf_finalize()
  459.             Ends document
  460.         cpdf_global_set_document_limits()
  461.             Sets document limits for any pdf document
  462.         cpdf_import_jpeg()
  463.             Opens a JPEG image
  464.         cpdf_lineto()
  465.             Draws a line
  466.         cpdf_moveto()
  467.             Sets current point
  468.         cpdf_newpath()
  469.             Starts a new path
  470.         cpdf_open()
  471.             Opens a new pdf document
  472.         cpdf_output_buffer()
  473.             Outputs the pdf document in memory buffer
  474.         cpdf_page_init()
  475.             Starts new page
  476.         cpdf_place_inline_image()
  477.             Places an image on the page
  478.         cpdf_rect()
  479.             Draw a rectangle
  480.         cpdf_restore()
  481.             Restores formerly saved environment
  482.         cpdf_rlineto()
  483.             Draws a line
  484.         cpdf_rmoveto()
  485.             Sets current point
  486.         cpdf_rotate_text()
  487.             Sets text rotation angle
  488.         cpdf_rotate()
  489.             Sets rotation
  490.         cpdf_save_to_file()
  491.             Writes the pdf document into a file
  492.         cpdf_save()
  493.             Saves current environment
  494.         cpdf_scale()
  495.             Sets scaling
  496.         cpdf_set_action_url()
  497.             Sets hyperlink
  498.         cpdf_set_char_spacing()
  499.             Sets character spacing
  500.         cpdf_set_creator()
  501.             Sets the creator field in the pdf document
  502.         cpdf_set_current_page()
  503.             Sets current page
  504.         cpdf_set_font_directories()
  505.             Sets directories to search when using external fonts
  506.         cpdf_set_font_map_file()
  507.             Sets fontname to filename translation map when using external fonts
  508.         cpdf_set_font()
  509.             Select the current font face and size
  510.         cpdf_set_horiz_scaling()
  511.             Sets horizontal scaling of text
  512.         cpdf_set_keywords()
  513.             Sets the keywords field of the pdf document
  514.         cpdf_set_leading()
  515.             Sets distance between text lines
  516.         cpdf_set_page_animation()
  517.             Sets duration between pages
  518.         cpdf_set_subject()
  519.             Sets the subject field of the pdf document
  520.         cpdf_set_text_matrix()
  521.             Sets the text matrix
  522.         cpdf_set_text_pos()
  523.             Sets text position
  524.         cpdf_set_text_rendering()
  525.             Determines how text is rendered
  526.         cpdf_set_text_rise()
  527.             Sets the text rise
  528.         cpdf_set_title()
  529.             Sets the title field of the pdf document
  530.         cpdf_set_viewer_preferences()
  531.             How to show the document in the viewer
  532.         cpdf_set_word_spacing()
  533.             Sets spacing between words
  534.         cpdf_setdash()
  535.             Sets dash pattern
  536.         cpdf_setflat()
  537.             Sets flatness
  538.         cpdf_setgray_fill()
  539.             Sets filling color to gray value
  540.         cpdf_setgray_stroke()
  541.             Sets drawing color to gray value
  542.         cpdf_setgray()
  543.             Sets drawing and filling color to gray value
  544.         cpdf_setlinecap()
  545.             Sets linecap parameter
  546.         cpdf_setlinejoin()
  547.             Sets linejoin parameter
  548.         cpdf_setlinewidth()
  549.             Sets line width
  550.         cpdf_setmiterlimit()
  551.             Sets miter limit
  552.         cpdf_setrgbcolor_fill()
  553.             Sets filling color to rgb color value
  554.         cpdf_setrgbcolor_stroke()
  555.             Sets drawing color to rgb color value
  556.         cpdf_setrgbcolor()
  557.             Sets drawing and filling color to rgb color value
  558.         cpdf_show_xy()
  559.             Output text at position
  560.         cpdf_show()
  561.             Output text at current position
  562.         cpdf_stringwidth()
  563.             Returns width of text in current font
  564.         cpdf_stroke()
  565.             Draw line along path
  566.         cpdf_text()
  567.             Output text with parameters
  568.         cpdf_translate()
  569.             Sets origin of coordinate system
  570.     Crack
  571.         crack_check()
  572.             Performs an obscure check with the given password
  573.         crack_closedict()
  574.             Closes an open CrackLib dictionary
  575.         crack_getlastmessage()
  576.             Returns the message from the last obscure check
  577.         crack_opendict()
  578.             Opens a new CrackLib dictionary
  579.     CURL
  580.         curl_close()
  581.             Close a CURL session
  582.         curl_errno()
  583.             Return the last error number
  584.         curl_error()
  585.             Return a string containing the last error for the current session
  586.         curl_exec()
  587.             Perform a CURL session
  588.         curl_getinfo()
  589.             Get information regarding a specific transfer
  590.         curl_init()
  591.             Initialize a CURL session
  592.         curl_multi_add_handle()
  593.             Add a normal cURL handle to a cURL multi handle
  594.         curl_multi_close()
  595.             Close a set of cURL handles
  596.         curl_multi_exec()
  597.             Run the sub-connections of the current cURL handle
  598.         curl_multi_getcontent()
  599.             Return the content of a cURL handle if CURLOPT_RETURNTRANSFER is set
  600.         curl_multi_info_read()
  601.             Get information about the current transfers
  602.         curl_multi_init()
  603.             Returns a new cURL multi handle
  604.         curl_multi_remove_handle()
  605.             Remove a multi handle from a set of cURL handles
  606.         curl_multi_select()
  607.             Get all the sockets associated with the cURL extension, which can then be "selected"
  608.         curl_setopt()
  609.             Set an option for a CURL transfer
  610.         curl_version()
  611.             Return the current CURL version
  612.     Cybercash
  613.         cybercash_base64_decode()
  614.             base64 decode data for Cybercash
  615.         cybercash_base64_encode()
  616.             base64 encode data for Cybercash
  617.         cybercash_decr()
  618.             Cybercash decrypt
  619.         cybercash_encr()
  620.             Cybercash encrypt
  621.     Cyrus IMAP
  622.         cyrus_authenticate()
  623.             Authenticate against a Cyrus IMAP server
  624.         cyrus_bind()
  625.             Bind callbacks to a Cyrus IMAP connection
  626.         cyrus_close()
  627.             Close connection to a Cyrus IMAP server
  628.         cyrus_connect()
  629.             Connect to a Cyrus IMAP server
  630.         cyrus_query()
  631.             Send a query to a Cyrus IMAP server
  632.         cyrus_unbind()
  633.             Unbind ...
  634.     ctype
  635.         ctype_alnum()
  636.             Check for alphanumeric character(s)
  637.         ctype_alpha()
  638.             Check for alphabetic character(s)
  639.         ctype_cntrl()
  640.             Check for control character(s)
  641.         ctype_digit()
  642.             Check for numeric character(s)
  643.         ctype_graph()
  644.             Check for any printable character(s) except space
  645.         ctype_lower()
  646.             Check for lowercase character(s)
  647.         ctype_print()
  648.             Check for printable character(s)
  649.         ctype_punct()
  650.             Check for any printable character which is not whitespace or an alphanumeric character
  651.         ctype_space()
  652.             Check for whitespace character(s)
  653.         ctype_upper()
  654.             Check for uppercase character(s)
  655.         ctype_xdigit()
  656.             Check for character(s) representing a hexadecimal digit
  657.     dba
  658.         dba_close()
  659.             Close database
  660.         dba_delete()
  661.             Delete entry specified by key
  662.         dba_exists()
  663.             Check whether key exists
  664.         dba_fetch()
  665.             Fetch data specified by key
  666.         dba_firstkey()
  667.             Fetch first key
  668.         dba_handlers()
  669.             List handlers available
  670.         dba_insert()
  671.             Insert entry
  672.         dba_list()
  673.             List all open database files
  674.         dba_nextkey()
  675.             Fetch next key
  676.         dba_open()
  677.             Open database
  678.         dba_optimize()
  679.             Optimize database
  680.         dba_popen()
  681.             Open database persistently
  682.         dba_replace()
  683.             Replace or insert entry
  684.         dba_sync()
  685.             Synchronize database
  686.     Date/Time
  687.         checkdate()
  688.             Validate a gregorian date
  689.         date()
  690.             Format a local time/date
  691.         getdate()
  692.             Get date/time information
  693.         gettimeofday()
  694.             Get current time
  695.         gmdate()
  696.             Format a GMT/UTC date/time
  697.         gmmktime()
  698.             Get UNIX timestamp for a GMT date
  699.         gmstrftime()
  700.             Format a GMT/UTC time/date according to locale settings
  701.         localtime()
  702.             Get the local time
  703.         microtime()
  704.             Return current UNIX timestamp with microseconds
  705.         mktime()
  706.             Get UNIX timestamp for a date
  707.         strftime()
  708.             Format a local time/date according to locale settings
  709.         strtotime()
  710.             Parse about any English textual datetime description into a UNIX timestamp
  711.         time()
  712.             Return current UNIX timestamp
  713.     dBase
  714.         dbase_add_record()
  715.             Add a record to a dBase database
  716.         dbase_close()
  717.             Close a dBase database
  718.         dbase_create()
  719.             Creates a dBase database
  720.         dbase_delete_record()
  721.             Deletes a record from a dBase database
  722.         dbase_get_record_with_names()
  723.             Gets a record from a dBase database as an associative array
  724.         dbase_get_record()
  725.             Gets a record from a dBase database
  726.         dbase_numfields()
  727.             Find out how many fields are in a dBase database
  728.         dbase_numrecords()
  729.             Find out how many records are in a dBase database
  730.         dbase_open()
  731.             Opens a dBase database
  732.         dbase_pack()
  733.             Packs a dBase database
  734.         dbase_replace_record()
  735.             Replace a record in a dBase database
  736.     DBM
  737.         dblist()
  738.             Describes the DBM-compatible library being used
  739.         dbmclose()
  740.             Closes a dbm database
  741.         dbmdelete()
  742.             Deletes the value for a key from a DBM database
  743.         dbmexists()
  744.             Tells if a value exists for a key in a DBM database
  745.         dbmfetch()
  746.             Fetches a value for a key from a DBM database
  747.         dbmfirstkey()
  748.             Retrieves the first key from a DBM database
  749.         dbminsert()
  750.             Inserts a value for a key in a DBM database
  751.         dbmnextkey()
  752.             Retrieves the next key from a DBM database
  753.         dbmopen()
  754.             Opens a DBM database
  755.         dbmreplace()
  756.             Replaces the value for a key in a DBM database
  757.     dbx
  758.         dbx_close()
  759.             Close an open connection/database
  760.         dbx_compare()
  761.             Compare two rows for sorting purposes
  762.         dbx_connect()
  763.             Open a connection/database
  764.         dbx_error()
  765.             Report the error message of the latest function call in the module (not just in the connection)
  766.         dbx_escape_string()
  767.             Escape a string so it can safely be used in an sql-statement.
  768.         dbx_query()
  769.             Send a query and fetch all results (if any)
  770.         dbx_sort()
  771.             Sort a result from a dbx_query by a custom sort function
  772.     DB++
  773.         dbplus_add()
  774.             Add a tuple to a relation
  775.         dbplus_aql()
  776.             Perform AQL query
  777.         dbplus_chdir()
  778.             Get/Set database virtual current directory
  779.         dbplus_close()
  780.             Close a relation
  781.         dbplus_curr()
  782.             Get current tuple from relation
  783.         dbplus_errcode()
  784.             Get error string for given errorcode or last error
  785.         dbplus_errno()
  786.             Get error code for last operation
  787.         dbplus_find()
  788.             Set a constraint on a relation
  789.         dbplus_first()
  790.             Get first tuple from relation
  791.         dbplus_flush()
  792.             Flush all changes made on a relation
  793.         dbplus_freealllocks()
  794.             Free all locks held by this client
  795.         dbplus_freelock()
  796.             Release write lock on tuple
  797.         dbplus_freerlocks()
  798.             Free all tuple locks on given relation
  799.         dbplus_getlock()
  800.             Get a write lock on a tuple
  801.         dbplus_getunique()
  802.             Get a id number unique to a relation
  803.         dbplus_info()
  804.             ???
  805.         dbplus_last()
  806.             Get last tuple from relation
  807.         dbplus_lockrel()
  808.             Request write lock on relation
  809.         dbplus_next()
  810.             Get next tuple from relation
  811.         dbplus_open()
  812.             Open relation file
  813.         dbplus_prev()
  814.             Get previous tuple from relation
  815.         dbplus_rchperm()
  816.             Change relation permissions
  817.         dbplus_rcreate()
  818.             Creates a new DB++ relation
  819.         dbplus_rcrtexact()
  820.             Creates an exact but empty copy of a relation including indices
  821.         dbplus_rcrtlike()
  822.             Creates an empty copy of a relation with default indices
  823.         dbplus_resolve()
  824.             Resolve host information for relation
  825.         dbplus_restorepos()
  826.             ???
  827.         dbplus_rkeys()
  828.             Specify new primary key for a relation
  829.         dbplus_ropen()
  830.             Open relation file local
  831.         dbplus_rquery()
  832.             Perform local (raw) AQL query
  833.         dbplus_rrename()
  834.             Rename a relation
  835.         dbplus_rsecindex()
  836.             Create a new secondary index for a relation
  837.         dbplus_runlink()
  838.             Remove relation from filesystem
  839.         dbplus_rzap()
  840.             Remove all tuples from relation
  841.         dbplus_savepos()
  842.             ???
  843.         dbplus_setindex()
  844.             ???
  845.         dbplus_setindexbynumber()
  846.             ???
  847.         dbplus_sql()
  848.             Perform SQL query
  849.         dbplus_tcl()
  850.             Execute TCL code on server side
  851.         dbplus_tremove()
  852.             Remove tuple and return new current tuple
  853.         dbplus_undo()
  854.             ???
  855.         dbplus_undoprepare()
  856.             ???
  857.         dbplus_unlockrel()
  858.             Give up write lock on relation
  859.         dbplus_unselect()
  860.             Remove a constraint from relation
  861.         dbplus_update()
  862.             Update specified tuple in relation
  863.         dbplus_xlockrel()
  864.             Request exclusive lock on relation
  865.         dbplus_xunlockrel()
  866.             Free exclusive lock on relation
  867.     Direct IO
  868.         dio_close()
  869.             Closes the file descriptor given by fd
  870.         dio_fcntl()
  871.             Performs a c library fcntl on fd
  872.         dio_open()
  873.             Opens a new filename with specified permissions of flags and creation permissions of mode
  874.         dio_read()
  875.             Reads n bytes from fd and returns them, if n is not specified, reads 1k block
  876.         dio_seek()
  877.             Seeks to pos on fd from whence
  878.         dio_stat()
  879.             Gets stat information about the file descriptor fd
  880.         dio_tcsetattr()
  881.             Sets terminal attributes and baud rate for a serial port
  882.         dio_truncate()
  883.             Truncates file descriptor fd to offset bytes
  884.         dio_write()
  885.             Writes data to fd with optional truncation at length
  886.     Directories
  887.         chdir()
  888.             Change directory
  889.         chroot()
  890.             Change the root directory
  891.         dir()
  892.             directory class
  893.         closedir()
  894.             close directory handle
  895.         getcwd()
  896.             gets the current working directory
  897.         opendir()
  898.             open directory handle
  899.         readdir()
  900.             read entry from directory handle
  901.         rewinddir()
  902.             rewind directory handle
  903.         scandir()
  904.             List files and directories inside the specified path
  905.     DOM XML
  906.         DomAttribute()
  907.             name --  Returns name of attribute
  908.         DomAttribute()
  909.             specified --  Checks if attribute is specified
  910.         DomAttribute()
  911.             value --  Returns value of attribute
  912.         DomDocument()
  913.             add_root [deprecated] --  Adds a root node
  914.         DomDocument()
  915.             create_attribute -- Create new attribute
  916.         DomDocument()
  917.             create_cdata_section -- Create new cdata node
  918.         DomDocument()
  919.             create_comment -- Create new comment node
  920.         DomDocument()
  921.             create_element_ns --  Create new element node with an associated namespace
  922.         DomDocument()
  923.             create_element -- Create new element node
  924.         DomDocument()
  925.             create_entity_reference --
  926.         DomDocument()
  927.             create_processing_instruction -- Creates new PI node
  928.         DomDocument()
  929.             create_text_node -- Create new text node
  930.         DomDocument()
  931.             doctype --  Returns the document type
  932.         DomDocument()
  933.             document_element --  Returns root element node
  934.         DomDocument()
  935.             dump_file --  Dumps the internal XML tree back into a file
  936.         DomDocument()
  937.             dump_mem --  Dumps the internal XML tree back into a string
  938.         DomDocument()
  939.             get_element_by_id --  Searches for an element with a certain id
  940.         DomDocument()
  941.             get_elements_by_tagname --
  942.         DomDocument()
  943.             html_dump_mem --  Dumps the internal XML tree back into a string as HTML
  944.         DomDocument()
  945.             xinclude --  Substitutes XIncludes in a DomDocument Object.
  946.         DomDocumentType()
  947.             entities --  Returns list of entities
  948.         DomDocumentType()
  949.             internal_subset --  Returns internal subset
  950.         DomDocumentType()
  951.             name --  Returns name of document type
  952.         DomDocumentType()
  953.             notations --  Returns list of notations
  954.         DomDocumentType()
  955.             public_id --  Returns public id of document type
  956.         DomDocumentType()
  957.             system_id --  Returns system id of document type
  958.         DomElement()
  959.             get_attribute_node --  Returns value of attribute
  960.         DomElement()
  961.             get_attribute --  Returns value of attribute
  962.         DomElement()
  963.             get_elements_by_tagname --  Gets elements by tagname
  964.         DomElement()
  965.             has_attribute --  Checks to see if attribute exists
  966.         DomElement()
  967.             remove_attribute --  Removes attribute
  968.         DomElement()
  969.             set_attribute --  Adds new attribute
  970.         DomElement()
  971.             tagname --  Returns name of element
  972.         DomNode()
  973.             add_namespace --  Adds a namespace declaration to a node.
  974.         DomNode()
  975.             append_child --  Adds new child at the end of the children
  976.         DomNode()
  977.             append_sibling --  Adds new sibling to a node
  978.         DomNode()
  979.             attributes --  Returns list of attributes
  980.         DomNode()
  981.             child_nodes --  Returns children of node
  982.         DomNode()
  983.             clone_node --  Clones a node
  984.         DomNode()
  985.             dump_node --  Dumps a single node
  986.         DomNode()
  987.             first_child --  Returns first child of node
  988.         DomNode()
  989.             get_content --  Gets content of node
  990.         DomNode()
  991.             has_attributess --  Checks if node has attributes
  992.         DomNode()
  993.             has_child_nodes --  Checks if node has children
  994.         DomNode()
  995.             insert_before --  Inserts new node as child
  996.         DomNode()
  997.             is_blank_node --  Checks if node is blank
  998.         DomNode()
  999.             last_child --  Returns last child of node
  1000.         DomNode()
  1001.             next_sibling --  Returns the next sibling of node
  1002.         DomNode()
  1003.             node_name --  Returns name of node
  1004.         DomNode()
  1005.             node_type --  Returns type of node
  1006.         DomNode()
  1007.             node_value --  Returns value of a node
  1008.         DomNode()
  1009.             owner_document --  Returns the document this node belongs to
  1010.         DomNode()
  1011.             parent_node --  Returns the parent of the node
  1012.         DomNode()
  1013.             prefix --  Returns name space prefix of node
  1014.         DomNode()
  1015.             previous_sibling --  Returns the previous sibling of node
  1016.         DomNode()
  1017.             remove_child --  Removes child from list of children
  1018.         DomNode()
  1019.             replace_child --  Replaces a child
  1020.         DomNode()
  1021.             replace_node --  Replaces node
  1022.         DomNode()
  1023.             set_content --  Sets content of node
  1024.         DomNode()
  1025.             set_name --  Sets name of node
  1026.         DomNode()
  1027.             set_namespace --  Sets namespace of a node.
  1028.         DomNode()
  1029.             unlink_node --  Deletes node
  1030.         DomProcessingInstruction()
  1031.             data --  Returns data of pi node
  1032.         DomProcessingInstruction()
  1033.             target --  Returns target of pi node
  1034.         DomXsltStylesheet()
  1035.             process --  Applies the XSLT-Transformation on a DomDocument Object.
  1036.         DomXsltStylesheet()
  1037.             result_dump_file --  Dumps the result from a XSLT-Transformation into a file
  1038.         DomXsltStylesheet()
  1039.             result_dump_mem --  Dumps the result from a XSLT-Transformation back into a string
  1040.         domxml_new_doc()
  1041.             Creates new empty XML document
  1042.         domxml_open_file()
  1043.             Creates a DOM object from XML file
  1044.         domxml_open_mem()
  1045.             Creates a DOM object of an XML document
  1046.         domxml_version()
  1047.             Get XML library version
  1048.         domxml_xmltree()
  1049.             Creates a tree of PHP objects from an XML document
  1050.         domxml_xslt_stylesheet_doc()
  1051.             Creates a DomXsltStylesheet Object from a DomDocument Object.
  1052.         domxml_xslt_stylesheet_file()
  1053.             Creates a DomXsltStylesheet Object from a xsl document in a file.
  1054.         domxml_xslt_stylesheet()
  1055.             Creates a DomXsltStylesheet Object from a xml document in a string.
  1056.         xpath_eval_expression()
  1057.             Evaluates the XPath Location Path in the given string
  1058.         xpath_eval()
  1059.             Evaluates the XPath Location Path in the given string
  1060.         xpath_new_context()
  1061.             Creates new xpath context
  1062.         xptr_eval()
  1063.             Evaluate the XPtr Location Path in the given string
  1064.         xptr_new_context()
  1065.             Create new XPath Context
  1066.     .NET
  1067.         dotnet_load()
  1068.             Loads a DOTNET module
  1069.     Errors and Logging
  1070.         debug_backtrace()
  1071.             Generates a backtrace
  1072.         error_log()
  1073.             send an error message somewhere
  1074.         error_reporting()
  1075.             set which PHP errors are reported
  1076.         restore_error_handler()
  1077.             Restores the previous error handler function
  1078.         set_error_handler()
  1079.             Sets a user-defined error handler function.
  1080.         trigger_error()
  1081.             Generates a user-level error/warning/notice message
  1082.         user_error()
  1083.             Alias of trigger_error()
  1084.     FrontBase
  1085.         fbsql_affected_rows()
  1086.             Get number of affected rows in previous FrontBase operation
  1087.         fbsql_autocommit()
  1088.             Enable or disable autocommit
  1089.         fbsql_change_user()
  1090.             Change logged in user of the active connection
  1091.         fbsql_close()
  1092.             Close FrontBase connection
  1093.         fbsql_commit()
  1094.             Commits a transaction to the database
  1095.         fbsql_connect()
  1096.             Open a connection to a FrontBase Server
  1097.         fbsql_create_blob()
  1098.             Create a BLOB
  1099.         fbsql_create_clob()
  1100.             Create a CLOB
  1101.         fbsql_create_db()
  1102.             Create a FrontBase database
  1103.         fbsql_data_seek()
  1104.             Move internal result pointer
  1105.         fbsql_database_password()
  1106.             Sets or retrieves the password for a FrontBase database
  1107.         fbsql_database()
  1108.             Get or set the database name used with a connection
  1109.         fbsql_db_query()
  1110.             Send a FrontBase query
  1111.         fbsql_db_status()
  1112.             Get the status for a given database
  1113.         fbsql_drop_db()
  1114.             Drop (delete) a FrontBase database
  1115.         fbsql_errno()
  1116.             Returns the numerical value of the error message from previous FrontBase operation
  1117.         fbsql_error()
  1118.             Returns the text of the error message from previous FrontBase operation
  1119.         fbsql_fetch_array()
  1120.             Fetch a result row as an associative array, a numeric array, or both
  1121.         fbsql_fetch_assoc()
  1122.             Fetch a result row as an associative array
  1123.         fbsql_fetch_field()
  1124.             Get column information from a result and return as an object
  1125.         fbsql_fetch_lengths()
  1126.             Get the length of each output in a result
  1127.         fbsql_fetch_object()
  1128.             Fetch a result row as an object
  1129.         fbsql_fetch_row()
  1130.             Get a result row as an enumerated array
  1131.         fbsql_field_flags()
  1132.             Get the flags associated with the specified field in a result
  1133.         fbsql_field_len()
  1134.             Returns the length of the specified field
  1135.         fbsql_field_name()
  1136.             Get the name of the specified field in a result
  1137.         fbsql_field_seek()
  1138.             Set result pointer to a specified field offset
  1139.         fbsql_field_table()
  1140.             Get name of the table the specified field is in
  1141.         fbsql_field_type()
  1142.             Get the type of the specified field in a result
  1143.         fbsql_free_result()
  1144.             Free result memory
  1145.         fbsql_get_autostart_info()
  1146.             No description given yet
  1147.         fbsql_hostname()
  1148.             Get or set the host name used with a connection
  1149.         fbsql_insert_id()
  1150.             Get the id generated from the previous INSERT operation
  1151.         fbsql_list_dbs()
  1152.             List databases available on a FrontBase server
  1153.         fbsql_list_fields()
  1154.             List FrontBase result fields
  1155.         fbsql_list_tables()
  1156.             List tables in a FrontBase database
  1157.         fbsql_next_result()
  1158.             Move the internal result pointer to the next result
  1159.         fbsql_num_fields()
  1160.             Get number of fields in result
  1161.         fbsql_num_rows()
  1162.             Get number of rows in result
  1163.         fbsql_password()
  1164.             Get or set the user password used with a connection
  1165.         fbsql_pconnect()
  1166.             Open a persistent connection to a FrontBase Server
  1167.         fbsql_query()
  1168.             Send a FrontBase query
  1169.         fbsql_read_blob()
  1170.             Read a BLOB from the database
  1171.         fbsql_read_clob()
  1172.             Read a CLOB from the database
  1173.         fbsql_result()
  1174.             Get result data
  1175.         fbsql_rollback()
  1176.             Rollback a transaction to the database
  1177.         fbsql_select_db()
  1178.             Select a FrontBase database
  1179.         fbsql_set_lob_mode()
  1180.             Set the LOB retrieve mode for a FrontBase result set
  1181.         fbsql_set_transaction()
  1182.             Set the transaction locking and isolation
  1183.         fbsql_start_db()
  1184.             Start a database on local or remote server
  1185.         fbsql_stop_db()
  1186.             Stop a database on local or remote server
  1187.         fbsql_tablename()
  1188.             Get table name of field
  1189.         fbsql_username()
  1190.             Get or set the host user used with a connection
  1191.         fbsql_warnings()
  1192.             Enable or disable FrontBase warnings
  1193.     filePro
  1194.         filepro_fieldcount()
  1195.             Find out how many fields are in a filePro database
  1196.         filepro_fieldname()
  1197.             Gets the name of a field
  1198.         filepro_fieldtype()
  1199.             Gets the type of a field
  1200.         filepro_fieldwidth()
  1201.             Gets the width of a field
  1202.         filepro_retrieve()
  1203.             Retrieves data from a filePro database
  1204.         filepro_rowcount()
  1205.             Find out how many rows are in a filePro database
  1206.         filepro()
  1207.             Read and verify the map file
  1208.     Filesystem
  1209.         basename()
  1210.             Returns filename component of path
  1211.         chgrp()
  1212.             Changes file group
  1213.         chmod()
  1214.             Changes file mode
  1215.         chown()
  1216.             Changes file owner
  1217.         clearstatcache()
  1218.             Clears file status cache
  1219.         copy()
  1220.             Copies file
  1221.         delete()
  1222.             See unlink() or unset()
  1223.         dirname()
  1224.             Returns directory name component of path
  1225.         disk_free_space()
  1226.             Returns available space in directory
  1227.         disk_total_space()
  1228.             Returns the total size of a directory
  1229.         diskfreespace()
  1230.             Alias of disk_free_space()
  1231.         fclose()
  1232.             Closes an open file pointer
  1233.         feof()
  1234.             Tests for end-of-file on a file pointer
  1235.         fflush()
  1236.             Flushes the output to a file
  1237.         fgetc()
  1238.             Gets character from file pointer
  1239.         fgetcsv()
  1240.             Gets line from file pointer and parse for CSV fields
  1241.         fgets()
  1242.             Gets line from file pointer
  1243.         fgetss()
  1244.             Gets line from file pointer and strip HTML tags
  1245.         file_exists()
  1246.             Checks whether a file or directory exists
  1247.         file_get_contents()
  1248.             Reads entire file into a string
  1249.         file_put_contents()
  1250.             Write a string to a file
  1251.         file()
  1252.             Reads entire file into an array
  1253.         fileatime()
  1254.             Gets last access time of file
  1255.         filectime()
  1256.             Gets inode change time of file
  1257.         filegroup()
  1258.             Gets file group
  1259.         fileinode()
  1260.             Gets file inode
  1261.         filemtime()
  1262.             Gets file modification time
  1263.         fileowner()
  1264.             Gets file owner
  1265.         fileperms()
  1266.             Gets file permissions
  1267.         filesize()
  1268.             Gets file size
  1269.         filetype()
  1270.             Gets file type
  1271.         flock()
  1272.             Portable advisory file locking
  1273.         fnmatch()
  1274.             Match filename against a pattern
  1275.         fopen()
  1276.             Opens file or URL
  1277.         fpassthru()
  1278.             Output all remaining data on a file pointer
  1279.         fputs()
  1280.             Alias of fwrite()
  1281.         fread()
  1282.             Binary-safe file read
  1283.         fscanf()
  1284.             Parses input from a file according to a format
  1285.         fseek()
  1286.             Seeks on a file pointer
  1287.         fstat()
  1288.             Gets information about a file using an open file pointer
  1289.         ftell()
  1290.             Tells file pointer read/write position
  1291.         ftruncate()
  1292.             Truncates a file to a given length
  1293.         fwrite()
  1294.             Binary-safe file write
  1295.         glob()
  1296.             Find pathnames matching a pattern
  1297.         is_dir()
  1298.             Tells whether the filename is a directory
  1299.         is_executable()
  1300.             Tells whether the filename is executable
  1301.         is_file()
  1302.             Tells whether the filename is a regular file
  1303.         is_link()
  1304.             Tells whether the filename is a symbolic link
  1305.         is_readable()
  1306.             Tells whether the filename is readable
  1307.         is_uploaded_file()
  1308.             Tells whether the file was uploaded via HTTP POST
  1309.         is_writable()
  1310.             Tells whether the filename is writable
  1311.         is_writeable()
  1312.             Alias of is_writable()
  1313.         link()
  1314.             Create a hard link
  1315.         linkinfo()
  1316.             Gets information about a link
  1317.         lstat()
  1318.             Gives information about a file or symbolic link
  1319.         mkdir()
  1320.             Makes directory
  1321.         move_uploaded_file()
  1322.             Moves an uploaded file to a new location
  1323.         parse_ini_file()
  1324.             Parse a configuration file
  1325.         pathinfo()
  1326.             Returns information about a file path
  1327.         pclose()
  1328.             Closes process file pointer
  1329.         popen()
  1330.             Opens process file pointer
  1331.         readfile()
  1332.             Outputs a file
  1333.         readlink()
  1334.             Returns the target of a symbolic link
  1335.         realpath()
  1336.             Returns canonicalized absolute pathname
  1337.         rename()
  1338.             Renames a file
  1339.         rewind()
  1340.             Rewind the position of a file pointer
  1341.         rmdir()
  1342.             Removes directory
  1343.         set_file_buffer()
  1344.             Alias of stream_set_write_buffer()
  1345.         stat()
  1346.             Gives information about a file
  1347.         symlink()
  1348.             Creates a symbolic link
  1349.         tempnam()
  1350.             Create file with unique file name
  1351.         tmpfile()
  1352.             Creates a temporary file
  1353.         touch()
  1354.             Sets access and modification time of file
  1355.         umask()
  1356.             Changes the current umask
  1357.         unlink()
  1358.             Deletes a file
  1359.     FDF
  1360.         fdf_add_doc_javascript()
  1361.             Adds javascript code to the FDF document
  1362.         fdf_add_template()
  1363.             Adds a template into the FDF document
  1364.         fdf_close()
  1365.             Close an FDF document
  1366.         fdf_create()
  1367.             Create a new FDF document
  1368.         fdf_enum_values()
  1369.             Call a user defined function for each document value
  1370.         fdf_errno()
  1371.             Return error code for last fdf operation
  1372.         fdf_error()
  1373.             Return error description for fdf error code
  1374.         fdf_get_ap()
  1375.             Get the appearance of a field
  1376.         fdf_get_attachment()
  1377.             Extracts uploaded file embedded in the FDF
  1378.         fdf_get_encoding()
  1379.             Get the value of the /Encoding key
  1380.         fdf_get_file()
  1381.             Get the value of the /F key
  1382.         fdf_get_flags()
  1383.             Gets the flags of a field
  1384.         fdf_get_opt()
  1385.             Gets a value from the opt array of a field
  1386.         fdf_get_status()
  1387.             Get the value of the /STATUS key
  1388.         fdf_get_value()
  1389.             Get the value of a field
  1390.         fdf_get_version()
  1391.             Gets version number for FDF api or file
  1392.         fdf_header()
  1393.             Sets FDF-specific output headers
  1394.         fdf_next_field_name()
  1395.             Get the next field name
  1396.         fdf_open_string()
  1397.             Read a FDF document from a string
  1398.         fdf_open()
  1399.             Open a FDF document
  1400.         fdf_remove_item()
  1401.             Sets target frame for form
  1402.         fdf_save_string()
  1403.             Returns the FDF document as a string
  1404.         fdf_save()
  1405.             Save a FDF document
  1406.         fdf_set_ap()
  1407.             Set the appearance of a field
  1408.         fdf_set_encoding()
  1409.             Sets FDF character encoding
  1410.         fdf_set_file()
  1411.             Set PDF document to display FDF data in
  1412.         fdf_set_flags()
  1413.             Sets a flag of a field
  1414.         fdf_set_javascript_action()
  1415.             Sets an javascript action of a field
  1416.         fdf_set_opt()
  1417.             Sets an option of a field
  1418.         fdf_set_status()
  1419.             Set the value of the /STATUS key
  1420.         fdf_set_submit_form_action()
  1421.             Sets a submit form action of a field
  1422.         fdf_set_target_frame()
  1423.             Set target frame for form display
  1424.         fdf_set_value()
  1425.             Set the value of a field
  1426.         fdf_set_version()
  1427.             Sets version number for a FDF file
  1428.     FriBiDi
  1429.         fribidi_log2vis()
  1430.             Convert a logical string to a visual one
  1431.     FTP
  1432.         ftp_cdup()
  1433.             Changes to the parent directory
  1434.         ftp_chdir()
  1435.             Changes directories on a FTP server
  1436.         ftp_chmod()
  1437.             Set permissions on a file via FTP
  1438.         ftp_close()
  1439.             Closes an FTP connection
  1440.         ftp_connect()
  1441.             Opens an FTP connection
  1442.         ftp_delete()
  1443.             Deletes a file on the FTP server
  1444.         ftp_exec()
  1445.             Requests execution of a program on the FTP server
  1446.         ftp_fget()
  1447.             Downloads a file from the FTP server and saves to an open file
  1448.         ftp_fput()
  1449.             Uploads from an open file to the FTP server
  1450.         ftp_get_option()
  1451.             Retrieves various runtime behaviours of the current FTP stream
  1452.         ftp_get()
  1453.             Downloads a file from the FTP server
  1454.         ftp_login()
  1455.             Logs in to an FTP connection
  1456.         ftp_mdtm()
  1457.             Returns the last modified time of the given file
  1458.         ftp_mkdir()
  1459.             Creates a directory
  1460.         ftp_nb_continue()
  1461.             Continues retrieving/sending a file (non-blocking)
  1462.         ftp_nb_fget()
  1463.             Retrieves a file from the FTP server and writes it to an open file (non-blocking)
  1464.         ftp_nb_fput()
  1465.             Stores a file from an open file to the FTP server (non-blocking)
  1466.         ftp_nb_get()
  1467.             Retrieves a file from the FTP server and writes it to a local file (non-blocking)
  1468.         ftp_nb_put()
  1469.             Stores a file on the FTP server (non-blocking)
  1470.         ftp_nlist()
  1471.             Returns a list of files in the given directory
  1472.         ftp_pasv()
  1473.             Turns passive mode on or off
  1474.         ftp_put()
  1475.             Uploads a file to the FTP server
  1476.         ftp_pwd()
  1477.             Returns the current directory name
  1478.         ftp_quit()
  1479.             Alias of ftp_close()
  1480.         ftp_raw()
  1481.             Sends an arbitrary command to an FTP server
  1482.         ftp_rawlist()
  1483.             Returns a detailed list of files in the given directory
  1484.         ftp_rename()
  1485.             Renames a file on the FTP server
  1486.         ftp_rmdir()
  1487.             Removes a directory
  1488.         ftp_set_option()
  1489.             Set miscellaneous runtime FTP options
  1490.         ftp_site()
  1491.             Sends a SITE command to the server
  1492.         ftp_size()
  1493.             Returns the size of the given file
  1494.         ftp_ssl_connect()
  1495.             Opens an Secure SSL-FTP connection
  1496.         ftp_systype()
  1497.             Returns the system type identifier of the remote FTP server
  1498.     Function handling
  1499.         call_user_func_array()
  1500.             Call a user function given with an array of parameters
  1501.         call_user_func()
  1502.             Call a user function given by the first parameter
  1503.         create_function()
  1504.             Create an anonymous (lambda-style) function
  1505.         func_get_arg()
  1506.             Return an item from the argument list
  1507.         func_get_args()
  1508.             Returns an array comprising a function's argument list
  1509.         func_num_args()
  1510.             Returns the number of arguments passed to the function
  1511.         function_exists()
  1512.             Return TRUE if the given function has been defined
  1513.         get_defined_functions()
  1514.             Returns an array of all defined functions
  1515.         register_shutdown_function()
  1516.             Register a function for execution on shutdown
  1517.         register_tick_function()
  1518.             Register a function for execution on each tick
  1519.         unregister_tick_function()
  1520.             De-register a function for execution on each tick
  1521.     gettext
  1522.         bind_textdomain_codeset()
  1523.             Specify the character encoding in which the messages from the DOMAIN message catalog will be returned
  1524.         bindtextdomain()
  1525.             Sets the path for a domain
  1526.         dcgettext()
  1527.             Overrides the domain for a single lookup
  1528.         dcngettext()
  1529.             Plural version of dcgettext
  1530.         dgettext()
  1531.             Override the current domain
  1532.         dngettext()
  1533.             Plural version of dgettext
  1534.         gettext()
  1535.             Lookup a message in the current domain
  1536.         ngettext()
  1537.             Plural version of gettext
  1538.         textdomain()
  1539.             Sets the default domain
  1540.     GMP
  1541.         gmp_abs()
  1542.             Absolute value
  1543.         gmp_add()
  1544.             Add numbers
  1545.         gmp_and()
  1546.             Logical AND
  1547.         gmp_clrbit()
  1548.             Clear bit
  1549.         gmp_cmp()
  1550.             Compare numbers
  1551.         gmp_com()
  1552.             Calculates one's complement of a
  1553.         gmp_div_q()
  1554.             Divide numbers
  1555.         gmp_div_qr()
  1556.             Divide numbers and get quotient and remainder
  1557.         gmp_div_r()
  1558.             Remainder of the division of numbers
  1559.         gmp_div()
  1560.             Alias of gmp_div_q()
  1561.         gmp_divexact()
  1562.             Exact division of numbers
  1563.         gmp_fact()
  1564.             Factorial
  1565.         gmp_gcd()
  1566.             Calculate GCD
  1567.         gmp_gcdext()
  1568.             Calculate GCD and multipliers
  1569.         gmp_hamdist()
  1570.             Hamming distance
  1571.         gmp_init()
  1572.             Create GMP number
  1573.         gmp_intval()
  1574.             Convert GMP number to integer
  1575.         gmp_invert()
  1576.             Inverse by modulo
  1577.         gmp_jacobi()
  1578.             Jacobi symbol
  1579.         gmp_legendre()
  1580.             Legendre symbol
  1581.         gmp_mod()
  1582.             Modulo operation
  1583.         gmp_mul()
  1584.             Multiply numbers
  1585.         gmp_neg()
  1586.             Negate number
  1587.         gmp_or()
  1588.             Logical OR
  1589.         gmp_perfect_square()
  1590.             Perfect square check
  1591.         gmp_popcount()
  1592.             Population count
  1593.         gmp_pow()
  1594.             Raise number into power
  1595.         gmp_powm()
  1596.             Raise number into power with modulo
  1597.         gmp_prob_prime()
  1598.             Check if number is "probably prime"
  1599.         gmp_random()
  1600.             Random number
  1601.         gmp_scan0()
  1602.             Scan for 0
  1603.         gmp_scan1()
  1604.             Scan for 1
  1605.         gmp_setbit()
  1606.             Set bit
  1607.         gmp_sign()
  1608.             Sign of number
  1609.         gmp_sqrt()
  1610.             Square root
  1611.         gmp_sqrtrm()
  1612.             Square root with remainder
  1613.         gmp_strval()
  1614.             Convert GMP number to string
  1615.         gmp_sub()
  1616.             Subtract numbers
  1617.         gmp_xor()
  1618.             Logical XOR
  1619.     HTTP
  1620.         header()
  1621.             Send a raw HTTP header
  1622.         headers_sent()
  1623.             Checks if or where headers have been sent
  1624.         setcookie()
  1625.             Send a cookie
  1626.     Hyperwave
  1627.         hw_Array2Objrec()
  1628.             convert attributes from object array to object record
  1629.         hw_changeobject()
  1630.             Changes attributes of an object (obsolete)
  1631.         hw_Children()
  1632.             object ids of children
  1633.         hw_ChildrenObj()
  1634.             object records of children
  1635.         hw_Close()
  1636.             closes the Hyperwave connection
  1637.         hw_Connect()
  1638.             opens a connection
  1639.         hw_connection_info()
  1640.             Prints information about the connection to Hyperwave server
  1641.         hw_cp()
  1642.             Copies objects
  1643.         hw_Deleteobject()
  1644.             deletes object
  1645.         hw_DocByAnchor()
  1646.             object id object belonging to anchor
  1647.         hw_DocByAnchorObj()
  1648.             object record object belonging to anchor
  1649.         hw_Document_Attributes()
  1650.             object record of hw_document
  1651.         hw_Document_BodyTag()
  1652.             body tag of hw_document
  1653.         hw_Document_Content()
  1654.             returns content of hw_document
  1655.         hw_Document_SetContent()
  1656.             sets/replaces content of hw_document
  1657.         hw_Document_Size()
  1658.             size of hw_document
  1659.         hw_dummy()
  1660.             Hyperwave dummy function
  1661.         hw_EditText()
  1662.             retrieve text document
  1663.         hw_Error()
  1664.             error number
  1665.         hw_ErrorMsg()
  1666.             returns error message
  1667.         hw_Free_Document()
  1668.             frees hw_document
  1669.         hw_GetAnchors()
  1670.             object ids of anchors of document
  1671.         hw_GetAnchorsObj()
  1672.             object records of anchors of document
  1673.         hw_GetAndLock()
  1674.             return bject record and lock object
  1675.         hw_GetChildColl()
  1676.             object ids of child collections
  1677.         hw_GetChildCollObj()
  1678.             object records of child collections
  1679.         hw_GetChildDocColl()
  1680.             object ids of child documents of collection
  1681.         hw_GetChildDocCollObj()
  1682.             object records of child documents of collection
  1683.         hw_GetObject()
  1684.             object record
  1685.         hw_GetObjectByQuery()
  1686.             search object
  1687.         hw_GetObjectByQueryColl()
  1688.             search object in collection
  1689.         hw_GetObjectByQueryCollObj()
  1690.             search object in collection
  1691.         hw_GetObjectByQueryObj()
  1692.             search object
  1693.         hw_GetParents()
  1694.             object ids of parents
  1695.         hw_GetParentsObj()
  1696.             object records of parents
  1697.         hw_getrellink()
  1698.             Get link from source to dest relative to rootid
  1699.         hw_GetRemote()
  1700.             Gets a remote document
  1701.         hw_getremotechildren()
  1702.             Gets children of remote document
  1703.         hw_GetSrcByDestObj()
  1704.             Returns anchors pointing at object
  1705.         hw_GetText()
  1706.             retrieve text document
  1707.         hw_getusername()
  1708.             name of currently logged in user
  1709.         hw_Identify()
  1710.             identifies as user
  1711.         hw_InCollections()
  1712.             check if object ids in collections
  1713.         hw_Info()
  1714.             info about connection
  1715.         hw_InsColl()
  1716.             insert collection
  1717.         hw_InsDoc()
  1718.             insert document
  1719.         hw_insertanchors()
  1720.             Inserts only anchors into text
  1721.         hw_InsertDocument()
  1722.             upload any document
  1723.         hw_InsertObject()
  1724.             inserts an object record
  1725.         hw_mapid()
  1726.             Maps global id on virtual local id
  1727.         hw_Modifyobject()
  1728.             modifies object record
  1729.         hw_mv()
  1730.             Moves objects
  1731.         hw_New_Document()
  1732.             create new document
  1733.         hw_objrec2array()
  1734.             Convert attributes from object record to object array
  1735.         hw_Output_Document()
  1736.             prints hw_document
  1737.         hw_pConnect()
  1738.             make a persistent database connection
  1739.         hw_PipeDocument()
  1740.             retrieve any document
  1741.         hw_Root()
  1742.             root object id
  1743.         hw_setlinkroot()
  1744.             Set the id to which links are calculated
  1745.         hw_stat()
  1746.             Returns status string
  1747.         hw_Unlock()
  1748.             unlock object
  1749.         hw_Who()
  1750.             List of currently logged in users
  1751.     Hyperwave API
  1752.         hw_api_attribute()
  1753.             key -- Returns key of the attribute
  1754.         hw_api_attribute()
  1755.             langdepvalue -- Returns value for a given language
  1756.         hw_api_attribute()
  1757.             value -- Returns value of the attribute
  1758.         hw_api_attribute()
  1759.             values -- Returns all values of the attribute
  1760.         hw_api_attribute()
  1761.             Creates instance of class hw_api_attribute
  1762.         hw_api()
  1763.             checkin -- Checks in an object
  1764.         hw_api()
  1765.             checkout -- Checks out an object
  1766.         hw_api()
  1767.             children -- Returns children of an object
  1768.         hw_api_content()
  1769.             mimetype -- Returns mimetype
  1770.         hw_api_content()
  1771.             read -- Read content
  1772.         hw_api()
  1773.             content -- Returns content of an object
  1774.         hw_api()
  1775.             copy -- Copies physically
  1776.         hw_api()
  1777.             dbstat -- Returns statistics about database server
  1778.         hw_api()
  1779.             dcstat -- Returns statistics about document cache server
  1780.         hw_api()
  1781.             dstanchors -- Returns a list of all destination anchors
  1782.         hw_api()
  1783.             dstofsrcanchors -- Returns destination of a source anchor
  1784.         hw_api_error()
  1785.             count -- Returns number of reasons
  1786.         hw_api_error()
  1787.             reason -- Returns reason of error
  1788.         hw_api()
  1789.             find -- Search for objects
  1790.         hw_api()
  1791.             ftstat -- Returns statistics about fulltext server
  1792.         hwapi_hgcsp()
  1793.             Returns object of class hw_api
  1794.         hw_api()
  1795.             hwstat -- Returns statistics about Hyperwave server
  1796.         hw_api()
  1797.             identify -- Log into Hyperwave Server
  1798.         hw_api()
  1799.             info -- Returns information about server configuration
  1800.         hw_api()
  1801.             insert -- Inserts a new object
  1802.         hw_api()
  1803.             insertanchor -- Inserts a new object of type anchor
  1804.         hw_api()
  1805.             insertcollection -- Inserts a new object of type collection
  1806.         hw_api()
  1807.             insertdocument -- Inserts a new object of type document
  1808.         hw_api()
  1809.             link -- Creates a link to an object
  1810.         hw_api()
  1811.             lock -- Locks an object
  1812.         hw_api()
  1813.             move -- Moves object between collections
  1814.         hw_api_content()
  1815.             Create new instance of class hw_api_content
  1816.         hw_api_object()
  1817.             assign -- Clones object
  1818.         hw_api_object()
  1819.             attreditable -- Checks whether an attribute is editable
  1820.         hw_api_object()
  1821.             count -- Returns number of attributes
  1822.         hw_api_object()
  1823.             insert -- Inserts new attribute
  1824.         hw_api_object()
  1825.             Creates a new instance of class hw_api_object
  1826.         hw_api_object()
  1827.             remove -- Removes attribute
  1828.         hw_api_object()
  1829.             title -- Returns the title attribute
  1830.         hw_api_object()
  1831.             value -- Returns value of attribute
  1832.         hw_api()
  1833.             object -- Retrieve attribute information
  1834.         hw_api()
  1835.             objectbyanchor -- Returns the object an anchor belongs to
  1836.         hw_api()
  1837.             parents -- Returns parents of an object
  1838.         hw_api_reason()
  1839.             description -- Returns description of reason
  1840.         hw_api_reason()
  1841.             type -- Returns type of reason
  1842.         hw_api()
  1843.             remove -- Delete an object
  1844.         hw_api()
  1845.             replace -- Replaces an object
  1846.         hw_api()
  1847.             setcommitedversion -- Commits version other than last version
  1848.         hw_api()
  1849.             srcanchors -- Returns a list of all source anchors
  1850.         hw_api()
  1851.             srcsofdst -- Returns source of a destination object
  1852.         hw_api()
  1853.             unlock -- Unlocks a locked object
  1854.         hw_api()
  1855.             user -- Returns the own user object
  1856.         hw_api()
  1857.             userlist -- Returns a list of all logged in users
  1858.     iconv
  1859.         iconv_get_encoding()
  1860.             Get current setting for character encoding conversion
  1861.         iconv_set_encoding()
  1862.             Set current setting for character encoding conversion
  1863.         iconv()
  1864.             Convert string to requested character encoding
  1865.         ob_iconv_handler()
  1866.             Convert character encoding as output buffer handler
  1867.     Image
  1868.         exif_imagetype()
  1869.             Determine the type of an image
  1870.         exif_read_data()
  1871.             Reads the EXIF headers from JPEG or TIFF. This way you can read meta data generated by digital cameras.
  1872.         exif_thumbnail()
  1873.             Retrieve the embedded thumbnail of a TIFF or JPEG image
  1874.         gd_info()
  1875.             Retrieve information about the currently installed GD library
  1876.         getimagesize()
  1877.             Get the size of an image
  1878.         image_type_to_mime_type()
  1879.             Get Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbnail, exif_imagetype
  1880.         image2wbmp()
  1881.             Output image to browser or file
  1882.         imagealphablending()
  1883.             Set the blending mode for an image
  1884.         imageantialias()
  1885.             Should antialias functions be used or not
  1886.         imagearc()
  1887.             Draw a partial ellipse
  1888.         imagechar()
  1889.             Draw a character horizontally
  1890.         imagecharup()
  1891.             Draw a character vertically
  1892.         imagecolorallocate()
  1893.             Allocate a color for an image
  1894.         imagecolorallocatealpha()
  1895.             Allocate a color for an image
  1896.         imagecolorat()
  1897.             Get the index of the color of a pixel
  1898.         imagecolorclosest()
  1899.             Get the index of the closest color to the specified color
  1900.         imagecolorclosestalpha()
  1901.             Get the index of the closest color to the specified color + alpha
  1902.         imagecolorclosesthwb()
  1903.             Get the index of the color which has the hue, white and blackness nearest to the given color
  1904.         imagecolordeallocate()
  1905.             De-allocate a color for an image
  1906.         imagecolorexact()
  1907.             Get the index of the specified color
  1908.         imagecolorexactalpha()
  1909.             Get the index of the specified color + alpha
  1910.         imagecolormatch()
  1911.             Makes the colors of the palette version of an image more closely match the true color version
  1912.         imagecolorresolve()
  1913.             Get the index of the specified color or its closest possible alternative
  1914.         imagecolorresolvealpha()
  1915.             Get the index of the specified color + alpha or its closest possible alternative
  1916.         imagecolorset()
  1917.             Set the color for the specified palette index
  1918.         imagecolorsforindex()
  1919.             Get the colors for an index
  1920.         imagecolorstotal()
  1921.             Find out the number of colors in an image's palette
  1922.         imagecolortransparent()
  1923.             Define a color as transparent
  1924.         imagecopy()
  1925.             Copy part of an image
  1926.         imagecopymerge()
  1927.             Copy and merge part of an image
  1928.         imagecopymergegray()
  1929.             Copy and merge part of an image with gray scale
  1930.         imagecopyresampled()
  1931.             Copy and resize part of an image with resampling
  1932.         imagecopyresized()
  1933.             Copy and resize part of an image
  1934.         imagecreate()
  1935.             Create a new palette based image
  1936.         imagecreatefromgd2()
  1937.             Create a new image from GD2 file or URL
  1938.         imagecreatefromgd2part()
  1939.             Create a new image from a given part of GD2 file or URL
  1940.         imagecreatefromgd()
  1941.             Create a new image from GD file or URL
  1942.         imagecreatefromgif()
  1943.             Create a new image from file or URL
  1944.         imagecreatefromjpeg()
  1945.             Create a new image from file or URL
  1946.         imagecreatefrompng()
  1947.             Create a new image from file or URL
  1948.         imagecreatefromstring()
  1949.             Create a new image from the image stream in the string
  1950.         imagecreatefromwbmp()
  1951.             Create a new image from file or URL
  1952.         imagecreatefromxbm()
  1953.             Create a new image from file or URL
  1954.         imagecreatefromxpm()
  1955.             Create a new image from file or URL
  1956.         imagecreatetruecolor()
  1957.             Create a new true color image
  1958.         imagedashedline()
  1959.             Draw a dashed line
  1960.         imagedestroy()
  1961.             Destroy an image
  1962.         imageellipse()
  1963.             Draw an ellipse
  1964.         imagefill()
  1965.             Flood fill
  1966.         imagefilledarc()
  1967.             Draw a partial ellipse and fill it
  1968.         imagefilledellipse()
  1969.             Draw a filled ellipse
  1970.         imagefilledpolygon()
  1971.             Draw a filled polygon
  1972.         imagefilledrectangle()
  1973.             Draw a filled rectangle
  1974.         imagefilltoborder()
  1975.             Flood fill to specific color
  1976.         imagefontheight()
  1977.             Get font height
  1978.         imagefontwidth()
  1979.             Get font width
  1980.         imageftbbox()
  1981.             Give the bounding box of a text using fonts via freetype2
  1982.         imagefttext()
  1983.             Write text to the image using fonts using FreeType 2
  1984.         imagegammacorrect()
  1985.             Apply a gamma correction to a GD image
  1986.         imagegd2()
  1987.             Output GD2 image
  1988.         imagegd()
  1989.             Output GD image to browser or file
  1990.         imagegif()
  1991.             Output image to browser or file
  1992.         imageinterlace()
  1993.             Enable or disable interlace
  1994.         imageistruecolor()
  1995.             Finds whether an image is a truecolor image.
  1996.         imagejpeg()
  1997.             Output image to browser or file
  1998.         imageline()
  1999.             Draw a line
  2000.         imageloadfont()
  2001.             Load a new font
  2002.         imagepalettecopy()
  2003.             Copy the palette from one image to another
  2004.         imagepng()
  2005.             Output a PNG image to either the browser or a file
  2006.         imagepolygon()
  2007.             Draw a polygon
  2008.         imagepsbbox()
  2009.             Give the bounding box of a text rectangle using PostScript Type1 fonts
  2010.         imagepscopyfont()
  2011.             Make a copy of an already loaded font for further modification
  2012.         imagepsencodefont()
  2013.             Change the character encoding vector of a font
  2014.         imagepsextendfont()
  2015.             Extend or condense a font
  2016.         imagepsfreefont()
  2017.             Free memory used by a PostScript Type 1 font
  2018.         imagepsloadfont()
  2019.             Load a PostScript Type 1 font from file
  2020.         imagepsslantfont()
  2021.             Slant a font
  2022.         imagepstext()
  2023.             To draw a text string over an image using PostScript Type1 fonts
  2024.         imagerectangle()
  2025.             Draw a rectangle
  2026.         imagerotate()
  2027.             Rotate an image with a given angle
  2028.         imagesavealpha()
  2029.             Set the flag to save full alpha channel information (as opposed to single-color transparency) when saving PNG images.
  2030.         imagesetbrush()
  2031.             Set the brush image for line drawing
  2032.         imagesetpixel()
  2033.             Set a single pixel
  2034.         imagesetstyle()
  2035.             Set the style for line drawing
  2036.         imagesetthickness()
  2037.             Set the thickness for line drawing
  2038.         imagesettile()
  2039.             Set the tile image for filling
  2040.         imagestring()
  2041.             Draw a string horizontally
  2042.         imagestringup()
  2043.             Draw a string vertically
  2044.         imagesx()
  2045.             Get image width
  2046.         imagesy()
  2047.             Get image height
  2048.         imagetruecolortopalette()
  2049.             Convert a true color image to a palette image
  2050.         imagettfbbox()
  2051.             Give the bounding box of a text using TrueType fonts
  2052.         imagettftext()
  2053.             Write text to the image using TrueType fonts
  2054.         imagetypes()
  2055.             Return the image types supported by this PHP build
  2056.         imagewbmp()
  2057.             Output image to browser or file
  2058.         iptcembed()
  2059.             Embed binary IPTC data into a JPEG image
  2060.         iptcparse()
  2061.             Parse a binary IPTC http://www.iptc.org/ block into single tags.
  2062.         jpeg2wbmp()
  2063.             Convert JPEG image file to WBMP image file
  2064.         png2wbmp()
  2065.             Convert PNG image file to WBMP image file
  2066.         read_exif_data()
  2067.             Alias of exif_read_data()
  2068.     IMAP
  2069.         imap_8bit()
  2070.             Convert an 8bit string to a quoted-printable string
  2071.         imap_alerts()
  2072.             This function returns all IMAP alert messages (if any) that have occurred during this page request or since the alert stack was reset
  2073.         imap_append()
  2074.             Append a string message to a specified mailbox
  2075.         imap_base64()
  2076.             Decode BASE64 encoded text
  2077.         imap_binary()
  2078.             Convert an 8bit string to a base64 string
  2079.         imap_body()
  2080.             Read the message body
  2081.         imap_bodystruct()
  2082.             Read the structure of a specified body section of a specific message
  2083.         imap_check()
  2084.             Check current mailbox
  2085.         imap_clearflag_full()
  2086.             Clears flags on messages
  2087.         imap_close()
  2088.             Close an IMAP stream
  2089.         imap_createmailbox()
  2090.             Create a new mailbox
  2091.         imap_delete()
  2092.             Mark a messge for deletion from current mailbox
  2093.         imap_deletemailbox()
  2094.             Delete a mailbox
  2095.         imap_errors()
  2096.             This function returns all of the IMAP errors (if any) that have occurred during this page request or since the error stack was reset.
  2097.         imap_expunge()
  2098.             Delete all messages marked for deletion
  2099.         imap_fetch_overview()
  2100.             Read an overview of the information in the headers of the given message
  2101.         imap_fetchbody()
  2102.             Fetch a particular section of the body of the message
  2103.         imap_fetchheader()
  2104.             Returns header for a message
  2105.         imap_fetchstructure()
  2106.             Read the structure of a particular message
  2107.         imap_get_quota()
  2108.             Retrieve the quota level settings, and usage statics per mailbox
  2109.         imap_get_quotaroot()
  2110.             Retrieve the quota settings per user
  2111.         imap_getmailboxes()
  2112.             Read the list of mailboxes, returning detailed information on each one
  2113.         imap_getsubscribed()
  2114.             List all the subscribed mailboxes
  2115.         imap_header()
  2116.             Alias of imap_headerinfo()
  2117.         imap_headerinfo()
  2118.             Read the header of the message
  2119.         imap_headers()
  2120.             Returns headers for all messages in a mailbox
  2121.         imap_last_error()
  2122.             This function returns the last IMAP error (if any) that occurred during this page request
  2123.         imap_list()
  2124.             Read the list of mailboxes
  2125.         imap_listmailbox()
  2126.             Alias of imap_list()
  2127.         imap_listscan()
  2128.             Read the list of mailboxes, takes a string to search for in the text of the mailbox
  2129.         imap_listsubscribed()
  2130.             Alias of imap_lsub()
  2131.         imap_lsub()
  2132.             List all the subscribed mailboxes
  2133.         imap_mail_compose()
  2134.             Create a MIME message based on given envelope and body sections
  2135.         imap_mail_copy()
  2136.             Copy specified messages to a mailbox
  2137.         imap_mail_move()
  2138.             Move specified messages to a mailbox
  2139.         imap_mail()
  2140.             Send an email message
  2141.         imap_mailboxmsginfo()
  2142.             Get information about the current mailbox
  2143.         imap_mime_header_decode()
  2144.             Decode MIME header elements
  2145.         imap_msgno()
  2146.             This function returns the message sequence number for the given UID
  2147.         imap_num_msg()
  2148.             Gives the number of messages in the current mailbox
  2149.         imap_num_recent()
  2150.             Gives the number of recent messages in current mailbox
  2151.         imap_open()
  2152.             Open an IMAP stream to a mailbox
  2153.         imap_ping()
  2154.             Check if the IMAP stream is still active
  2155.         imap_qprint()
  2156.             Convert a quoted-printable string to an 8 bit string
  2157.         imap_renamemailbox()
  2158.             Rename an old mailbox to new mailbox
  2159.         imap_reopen()
  2160.             Reopen IMAP stream to new mailbox
  2161.         imap_rfc822_parse_adrlist()
  2162.             Parses an address string
  2163.         imap_rfc822_parse_headers()
  2164.             Parse mail headers from a string
  2165.         imap_rfc822_write_address()
  2166.             Returns a properly formatted email address given the mailbox, host, and personal info.
  2167.         imap_scanmailbox()
  2168.             Alias of imap_listscan()
  2169.         imap_search()
  2170.             This function returns an array of messages matching the given search criteria
  2171.         imap_set_quota()
  2172.             Sets a quota for a given mailbox
  2173.         imap_setacl()
  2174.             Sets the ACL for a giving mailbox
  2175.         imap_setflag_full()
  2176.             Sets flags on messages
  2177.         imap_sort()
  2178.             Sort an array of message headers
  2179.         imap_status()
  2180.             This function returns status information on a mailbox other than the current one
  2181.         imap_subscribe()
  2182.             Subscribe to a mailbox
  2183.         imap_thread()
  2184.             Return threaded by REFERENCES tree
  2185.         imap_uid()
  2186.             This function returns the UID for the given message sequence number
  2187.         imap_undelete()
  2188.             Unmark the message which is marked deleted
  2189.         imap_unsubscribe()
  2190.             Unsubscribe from a mailbox
  2191.         imap_utf7_decode()
  2192.             Decodes a modified UTF-7 encoded string.
  2193.         imap_utf7_encode()
  2194.             Converts ISO-8859-1 string to modified UTF-7 text.
  2195.         imap_utf8()
  2196.             Converts MIME-encoded text to UTF-8
  2197.     Informix
  2198.         ifx_affected_rows()
  2199.             Get number of rows affected by a query
  2200.         ifx_blobinfile_mode()
  2201.             Set the default blob mode for all select queries
  2202.         ifx_byteasvarchar()
  2203.             Set the default byte mode
  2204.         ifx_close()
  2205.             Close Informix connection
  2206.         ifx_connect()
  2207.             Open Informix server connection
  2208.         ifx_copy_blob()
  2209.             Duplicates the given blob object
  2210.         ifx_create_blob()
  2211.             Creates an blob object
  2212.         ifx_create_char()
  2213.             Creates an char object
  2214.         ifx_do()
  2215.             Execute a previously prepared SQL-statement
  2216.         ifx_error()
  2217.             Returns error code of last Informix call
  2218.         ifx_errormsg()
  2219.             Returns error message of last Informix call
  2220.         ifx_fetch_row()
  2221.             Get row as enumerated array
  2222.         ifx_fieldproperties()
  2223.             List of SQL fieldproperties
  2224.         ifx_fieldtypes()
  2225.             List of Informix SQL fields
  2226.         ifx_free_blob()
  2227.             Deletes the blob object
  2228.         ifx_free_char()
  2229.             Deletes the char object
  2230.         ifx_free_result()
  2231.             Releases resources for the query
  2232.         ifx_get_blob()
  2233.             Return the content of a blob object
  2234.         ifx_get_char()
  2235.             Return the content of the char object
  2236.         ifx_getsqlca()
  2237.             Get the contents of sqlca.sqlerrd[0..5] after a query
  2238.         ifx_htmltbl_result()
  2239.             Formats all rows of a query into a HTML table
  2240.         ifx_nullformat()
  2241.             Sets the default return value on a fetch row
  2242.         ifx_num_fields()
  2243.             Returns the number of columns in the query
  2244.         ifx_num_rows()
  2245.             Count the rows already fetched from a query
  2246.         ifx_pconnect()
  2247.             Open persistent Informix connection
  2248.         ifx_prepare()
  2249.             Prepare an SQL-statement for execution
  2250.         ifx_query()
  2251.             Send Informix query
  2252.         ifx_textasvarchar()
  2253.             Set the default text mode
  2254.         ifx_update_blob()
  2255.             Updates the content of the blob object
  2256.         ifx_update_char()
  2257.             Updates the content of the char object
  2258.         ifxus_close_slob()
  2259.             Deletes the slob object
  2260.         ifxus_create_slob()
  2261.             Creates an slob object and opens it
  2262.         ifxus_free_slob()
  2263.             Deletes the slob object
  2264.         ifxus_open_slob()
  2265.             Opens an slob object
  2266.         ifxus_read_slob()
  2267.             Reads nbytes of the slob object
  2268.         ifxus_seek_slob()
  2269.             Sets the current file or seek position
  2270.         ifxus_tell_slob()
  2271.             Returns the current file or seek position
  2272.         ifxus_write_slob()
  2273.             Writes a string into the slob object
  2274.     InterBase
  2275.         ibase_add_user()
  2276.             Add a user to a security database (only for IB6 or later)
  2277.         ibase_blob_add()
  2278.             Add data into created blob
  2279.         ibase_blob_cancel()
  2280.             Cancel creating blob
  2281.         ibase_blob_close()
  2282.             Close blob
  2283.         ibase_blob_create()
  2284.             Create blob for adding data
  2285.         ibase_blob_echo()
  2286.             Output blob contents to browser
  2287.         ibase_blob_get()
  2288.             Get len bytes data from open blob
  2289.         ibase_blob_import()
  2290.             Create blob, copy file in it, and close it
  2291.         ibase_blob_info()
  2292.             Return blob length and other useful info
  2293.         ibase_blob_open()
  2294.             Open blob for retrieving data parts
  2295.         ibase_close()
  2296.             Close a connection to an InterBase database
  2297.         ibase_commit()
  2298.             Commit a transaction
  2299.         ibase_connect()
  2300.             Open a connection to an InterBase database
  2301.         ibase_delete_user()
  2302.             Delete a user from a security database (only for IB6 or later)
  2303.         ibase_errmsg()
  2304.             Returns error messages
  2305.         ibase_execute()
  2306.             Execute a previously prepared query
  2307.         ibase_fetch_assoc()
  2308.             Fetch a result row from a query as an associative array
  2309.         ibase_fetch_object()
  2310.             Get an object from a InterBase database
  2311.         ibase_fetch_row()
  2312.             Fetch a row from an InterBase database
  2313.         ibase_field_info()
  2314.             Get information about a field
  2315.         ibase_free_query()
  2316.             Free memory allocated by a prepared query
  2317.         ibase_free_result()
  2318.             Free a result set
  2319.         ibase_modify_user()
  2320.             Modify a user to a security database (only for IB6 or later)
  2321.         ibase_num_fields()
  2322.             Get the number of fields in a result set
  2323.         ibase_pconnect()
  2324.             Creates an persistent connection to an InterBase database
  2325.         ibase_prepare()
  2326.             Prepare a query for later binding of parameter placeholders and execution
  2327.         ibase_query()
  2328.             Execute a query on an InterBase database
  2329.         ibase_rollback()
  2330.             Rolls back a transaction
  2331.         ibase_timefmt()
  2332.             Sets the format of timestamp, date and time type columns returned from queries
  2333.         ibase_trans()
  2334.             Begin a transaction
  2335.     Ingres II
  2336.         ingres_autocommit()
  2337.             Switch autocommit on or off
  2338.         ingres_close()
  2339.             Close an Ingres II database connection
  2340.         ingres_commit()
  2341.             Commit a transaction
  2342.         ingres_connect()
  2343.             Open a connection to an Ingres II database
  2344.         ingres_fetch_array()
  2345.             Fetch a row of result into an array
  2346.         ingres_fetch_object()
  2347.             Fetch a row of result into an object.
  2348.         ingres_fetch_row()
  2349.             Fetch a row of result into an enumerated array
  2350.         ingres_field_length()
  2351.             Get the length of a field
  2352.         ingres_field_name()
  2353.             Get the name of a field in a query result.
  2354.         ingres_field_nullable()
  2355.             Test if a field is nullable
  2356.         ingres_field_precision()
  2357.             Get the precision of a field
  2358.         ingres_field_scale()
  2359.             Get the scale of a field
  2360.         ingres_field_type()
  2361.             Get the type of a field in a query result
  2362.         ingres_num_fields()
  2363.             Get the number of fields returned by the last query
  2364.         ingres_num_rows()
  2365.             Get the number of rows affected or returned by the last query
  2366.         ingres_pconnect()
  2367.             Open a persistent connection to an Ingres II database
  2368.         ingres_query()
  2369.             Send a SQL query to Ingres II
  2370.         ingres_rollback()
  2371.             Roll back a transaction
  2372.     IRC Gateway
  2373.         ircg_channel_mode()
  2374.             Set channel mode flags for user
  2375.         ircg_disconnect()
  2376.             Close connection to server
  2377.         ircg_fetch_error_msg()
  2378.             Returns the error from previous IRCG operation
  2379.         ircg_get_username()
  2380.             Get username for connection
  2381.         ircg_html_encode()
  2382.             Encodes HTML preserving output
  2383.         ircg_ignore_add()
  2384.             Add a user to your ignore list on a server
  2385.         ircg_ignore_del()
  2386.             Remove a user from your ignore list on a server
  2387.         ircg_is_conn_alive()
  2388.             Check connection status
  2389.         ircg_join()
  2390.             Join a channel on a connected server
  2391.         ircg_kick()
  2392.             Kick a user out of a channel on server
  2393.         ircg_lookup_format_messages()
  2394.             Check for the existence of a format message set
  2395.         ircg_msg()
  2396.             Send message to channel or user on server
  2397.         ircg_nick()
  2398.             Change nickname on server
  2399.         ircg_nickname_escape()
  2400.             Encode special characters in nickname to be IRC-compliant
  2401.         ircg_nickname_unescape()
  2402.             Decodes encoded nickname
  2403.         ircg_notice()
  2404.             Send a notice to a user on server
  2405.         ircg_part()
  2406.             Leave a channel on server
  2407.         ircg_pconnect()
  2408.             Connect to an IRC server
  2409.         ircg_register_format_messages()
  2410.             Register a format message set
  2411.         ircg_set_current()
  2412.             Set current connection for output
  2413.         ircg_set_file()
  2414.             Set logfile for connection
  2415.         ircg_set_on_die()
  2416.             Set action to be executed when connection dies
  2417.         ircg_topic()
  2418.             Set topic for channel on server
  2419.         ircg_whois()
  2420.             Query server for user information
  2421.     Java
  2422.         java_last_exception_clear()
  2423.             Clear last Java exception
  2424.         java_last_exception_get()
  2425.             Get last Java exception
  2426.     LDAP
  2427.         ldap_8859_to_t61()
  2428.             Translate 8859 characters to t61 characters
  2429.         ldap_add()
  2430.             Add entries to LDAP directory
  2431.         ldap_bind()
  2432.             Bind to LDAP directory
  2433.         ldap_close()
  2434.             Close link to LDAP server
  2435.         ldap_compare()
  2436.             Compare value of attribute found in entry specified with DN
  2437.         ldap_connect()
  2438.             Connect to an LDAP server
  2439.         ldap_count_entries()
  2440.             Count the number of entries in a search
  2441.         ldap_delete()
  2442.             Delete an entry from a directory
  2443.         ldap_dn2ufn()
  2444.             Convert DN to User Friendly Naming format
  2445.         ldap_err2str()
  2446.             Convert LDAP error number into string error message
  2447.         ldap_errno()
  2448.             Return the LDAP error number of the last LDAP command
  2449.         ldap_error()
  2450.             Return the LDAP error message of the last LDAP command
  2451.         ldap_explode_dn()
  2452.             Splits DN into its component parts
  2453.         ldap_first_attribute()
  2454.             Return first attribute
  2455.         ldap_first_entry()
  2456.             Return first result id
  2457.         ldap_first_reference()
  2458.             Return first reference
  2459.         ldap_free_result()
  2460.             Free result memory
  2461.         ldap_get_attributes()
  2462.             Get attributes from a search result entry
  2463.         ldap_get_dn()
  2464.             Get the DN of a result entry
  2465.         ldap_get_entries()
  2466.             Get all result entries
  2467.         ldap_get_option()
  2468.             Get the current value for given option
  2469.         ldap_get_values_len()
  2470.             Get all binary values from a result entry
  2471.         ldap_get_values()
  2472.             Get all values from a result entry
  2473.         ldap_list()
  2474.             Single-level search
  2475.         ldap_mod_add()
  2476.             Add attribute values to current attributes
  2477.         ldap_mod_del()
  2478.             Delete attribute values from current attributes
  2479.         ldap_mod_replace()
  2480.             Replace attribute values with new ones
  2481.         ldap_modify()
  2482.             Modify an LDAP entry
  2483.         ldap_next_attribute()
  2484.             Get the next attribute in result
  2485.         ldap_next_entry()
  2486.             Get next result entry
  2487.         ldap_next_reference()
  2488.             Get next reference
  2489.         ldap_parse_reference()
  2490.             Extract information from reference entry
  2491.         ldap_parse_result()
  2492.             Extract information from result
  2493.         ldap_read()
  2494.             Read an entry
  2495.         ldap_rename()
  2496.             Modify the name of an entry
  2497.         ldap_search()
  2498.             Search LDAP tree
  2499.         ldap_set_option()
  2500.             Set the value of the given option
  2501.         ldap_set_rebind_proc()
  2502.             Set a callback function to do re-binds on referral chasing.
  2503.         ldap_sort()
  2504.             Sort LDAP result entries
  2505.         ldap_start_tls()
  2506.             Start TLS
  2507.         ldap_t61_to_8859()
  2508.             Translate t61 characters to 8859 characters
  2509.         ldap_unbind()
  2510.             Unbind from LDAP directory
  2511.     Mail
  2512.         ezmlm_hash()
  2513.             Calculate the hash value needed by EZMLM
  2514.         mail()
  2515.             send mail
  2516.     mailparse
  2517.         mailparse_determine_best_xfer_encoding()
  2518.             Figures out the best way of encoding the content read from the file pointer fp, which must be seek-able
  2519.         mailparse_msg_create()
  2520.             Returns a handle that can be used to parse a message
  2521.         mailparse_msg_extract_part_file()
  2522.             Extracts/decodes a message section, decoding the transfer encoding
  2523.         mailparse_msg_extract_part()
  2524.             Extracts/decodes a message section. If callbackfunc is not specified, the contents will be sent to "stdout"
  2525.         mailparse_msg_free()
  2526.             Frees a handle allocated by mailparse_msg_crea
  2527.         mailparse_msg_get_part_data()
  2528.             Returns an associative array of info about the message
  2529.         mailparse_msg_get_part()
  2530.             Returns a handle on a given section in a mimemessage
  2531.         mailparse_msg_get_structure()
  2532.             Returns an array of mime section names in the supplied message
  2533.         mailparse_msg_parse_file()
  2534.             Parse file and return a resource representing the structure
  2535.         mailparse_msg_parse()
  2536.             Incrementally parse data into buffer
  2537.         mailparse_rfc822_parse_addresses()
  2538.             Parse addresses and returns a hash containing that data
  2539.         mailparse_stream_encode()
  2540.             Streams data from source file pointer, apply encoding and write to destfp
  2541.         mailparse_uudecode_all()
  2542.             Scans the data from fp and extract each embedded uuencoded file. Returns an array listing filename information
  2543.     Math
  2544.         abs()
  2545.             Absolute value
  2546.         acos()
  2547.             Arc cosine
  2548.         acosh()
  2549.             Inverse hyperbolic cosine
  2550.         asin()
  2551.             Arc sine
  2552.         asinh()
  2553.             Inverse hyperbolic sine
  2554.         atan2()
  2555.             arc tangent of two variables
  2556.         atan()
  2557.             Arc tangent
  2558.         atanh()
  2559.             Inverse hyperbolic tangent
  2560.         base_convert()
  2561.             Convert a number between arbitrary bases
  2562.         bindec()
  2563.             Binary to decimal
  2564.         ceil()
  2565.             Round fractions up
  2566.         cos()
  2567.             Cosine
  2568.         cosh()
  2569.             Hyperbolic cosine
  2570.         decbin()
  2571.             Decimal to binary
  2572.         dechex()
  2573.             Decimal to hexadecimal
  2574.         decoct()
  2575.             Decimal to octal
  2576.         deg2rad()
  2577.             Converts the number in degrees to the radian equivalent
  2578.         exp()
  2579.             Calculates the exponent of e (the Neperian or Natural logarithm base)
  2580.         expm1()
  2581.             Returns exp(number) - 1, computed in a way that is accurate even when the value of number is close to zero
  2582.         floor()
  2583.             Round fractions down
  2584.         fmod()
  2585.             Returns the floating point remainder (modulo) of the division of the arguments
  2586.         getrandmax()
  2587.             Show largest possible random value
  2588.         hexdec()
  2589.             Hexadecimal to decimal
  2590.         hypot()
  2591.             Returns sqrt( num1*num1 + num2*num2)
  2592.         is_finite()
  2593.             
  2594.         is_infinite()
  2595.             
  2596.         is_nan()
  2597.             
  2598.         lcg_value()
  2599.             Combined linear congruential generator
  2600.         log10()
  2601.             Base-10 logarithm
  2602.         log1p()
  2603.             Returns log(1 + number), computed in a way that accurate even when the val ue of number is close to zero
  2604.         log()
  2605.             Natural logarithm
  2606.         max()
  2607.             Find highest value
  2608.         min()
  2609.             Find lowest value
  2610.         mt_getrandmax()
  2611.             Show largest possible random value
  2612.         mt_rand()
  2613.             Generate a better random value
  2614.         mt_srand()
  2615.             Seed the better random number generator
  2616.         octdec()
  2617.             Octal to decimal
  2618.         pi()
  2619.             Get value of pi
  2620.         pow()
  2621.             Exponential expression
  2622.         rad2deg()
  2623.             Converts the radian number to the equivalent number in degrees
  2624.         rand()
  2625.             Generate a random value
  2626.         round()
  2627.             Rounds a float
  2628.         sin()
  2629.             Sine
  2630.         sinh()
  2631.             Hyperbolic sine
  2632.         sqrt()
  2633.             Square root
  2634.         srand()
  2635.             Seed the random number generator
  2636.         tan()
  2637.             Tangent
  2638.         tanh()
  2639.             Hyperbolic tangent
  2640.     Multi-Byte String
  2641.         mb_convert_case()
  2642.             Perform case folding on a string
  2643.         mb_convert_encoding()
  2644.             Convert character encoding
  2645.         mb_convert_kana()
  2646.             Convert "kana" one from another ("zen-kaku" ,"han-kaku" and more)
  2647.         mb_convert_variables()
  2648.             Convert character code in variable(s)
  2649.         mb_decode_mimeheader()
  2650.             Decode string in MIME header field
  2651.         mb_decode_numericentity()
  2652.             Decode HTML numeric string reference to character
  2653.         mb_detect_encoding()
  2654.             Detect character encoding
  2655.         mb_detect_order()
  2656.             Set/Get character encoding detection order
  2657.         mb_encode_mimeheader()
  2658.             Encode string for MIME header
  2659.         mb_encode_numericentity()
  2660.             Encode character to HTML numeric string reference
  2661.         mb_ereg_match()
  2662.             Regular expression match for multibyte string
  2663.         mb_ereg_replace()
  2664.             Replace regular expression with multibyte support
  2665.         mb_ereg_search_getpos()
  2666.             Returns start point for next regular expression match
  2667.         mb_ereg_search_getregs()
  2668.             Retrive the result from the last multibyte regular expression match
  2669.         mb_ereg_search_init()
  2670.             Setup string and regular expression for multibyte regular expression match
  2671.         mb_ereg_search_pos()
  2672.             Return position and length of matched part of multibyte regular expression for predefined multibyte string
  2673.         mb_ereg_search_regs()
  2674.             Returns the matched part of multibyte regular expression
  2675.         mb_ereg_search_setpos()
  2676.             Set start point of next regular expression match
  2677.         mb_ereg_search()
  2678.             Multibyte regular expression match for predefined multibyte string
  2679.         mb_ereg()
  2680.             Regular expression match with multibyte support
  2681.         mb_eregi_replace()
  2682.             Replace regular expression with multibyte support ignoring case
  2683.         mb_eregi()
  2684.             Regular expression match ignoring case with multibyte support
  2685.         mb_get_info()
  2686.             Get internal settings of mbstring
  2687.         mb_http_input()
  2688.             Detect HTTP input character encoding
  2689.         mb_http_output()
  2690.             Set/Get HTTP output character encoding
  2691.         mb_internal_encoding()
  2692.             Set/Get internal character encoding
  2693.         mb_language()
  2694.             Set/Get current language
  2695.         mb_output_handler()
  2696.             Callback function converts character encoding in output buffer
  2697.         mb_parse_str()
  2698.             Parse GET/POST/COOKIE data and set global variable
  2699.         mb_preferred_mime_name()
  2700.             Get MIME charset string
  2701.         mb_regex_encoding()
  2702.             Returns current encoding for multibyte regex as string
  2703.         mb_regex_set_options()
  2704.             Set/Get the default options for mbregex functions
  2705.         mb_send_mail()
  2706.             Send encoded mail.
  2707.         mb_split()
  2708.             Split multibyte string using regular expression
  2709.         mb_strcut()
  2710.             Get part of string
  2711.         mb_strimwidth()
  2712.             Get truncated string with specified width
  2713.         mb_strlen()
  2714.             Get string length
  2715.         mb_strpos()
  2716.             Find position of first occurrence of string in a string
  2717.         mb_strrpos()
  2718.             Find position of last occurrence of a string in a string
  2719.         mb_strtolower()
  2720.             Make a string lowercase
  2721.         mb_strtoupper()
  2722.             Make a string uppercase
  2723.         mb_strwidth()
  2724.             Return width of string
  2725.         mb_substitute_character()
  2726.             Set/Get substitution character
  2727.         mb_substr_count()
  2728.             Count the number of substring occurrences
  2729.         mb_substr()
  2730.             Get part of string
  2731.     MCAL
  2732.         mcal_append_event()
  2733.             Store a new event into an MCAL calendar
  2734.         mcal_close()
  2735.             Close an MCAL stream
  2736.         mcal_create_calendar()
  2737.             Create a new MCAL calendar
  2738.         mcal_date_compare()
  2739.             Compares two dates
  2740.         mcal_date_valid()
  2741.             Returns TRUE if the given year, month, day is a valid date
  2742.         mcal_day_of_week()
  2743.             Returns the day of the week of the given date
  2744.         mcal_day_of_year()
  2745.             Returns the day of the year of the given date
  2746.         mcal_days_in_month()
  2747.             Returns the number of days in a month
  2748.         mcal_delete_calendar()
  2749.             Delete an MCAL calendar
  2750.         mcal_delete_event()
  2751.             Delete an event from an MCAL calendar
  2752.         mcal_event_add_attribute()
  2753.             Adds an attribute and a value to the streams global event structure
  2754.         mcal_event_init()
  2755.             Initializes a streams global event structure
  2756.         mcal_event_set_alarm()
  2757.             Sets the alarm of the streams global event structure
  2758.         mcal_event_set_category()
  2759.             Sets the category of the streams global event structure
  2760.         mcal_event_set_class()
  2761.             Sets the class of the streams global event structure
  2762.         mcal_event_set_description()
  2763.             Sets the description of the streams global event structure
  2764.         mcal_event_set_end()
  2765.             Sets the end date and time of the streams global event structure
  2766.         mcal_event_set_recur_daily()
  2767.             Sets the recurrence of the streams global event structure
  2768.         mcal_event_set_recur_monthly_mday()
  2769.             Sets the recurrence of the streams global event structure
  2770.         mcal_event_set_recur_monthly_wday()
  2771.             Sets the recurrence of the streams global event structure
  2772.         mcal_event_set_recur_none()
  2773.             Sets the recurrence of the streams global event structure
  2774.         mcal_event_set_recur_weekly()
  2775.             Sets the recurrence of the streams global event structure
  2776.         mcal_event_set_recur_yearly()
  2777.             Sets the recurrence of the streams global event structure
  2778.         mcal_event_set_start()
  2779.             Sets the start date and time of the streams global event structure
  2780.         mcal_event_set_title()
  2781.             Sets the title of the streams global event structure
  2782.         mcal_expunge()
  2783.             Deletes all events marked for being expunged.
  2784.         mcal_fetch_current_stream_event()
  2785.             Returns an object containing the current streams event structure
  2786.         mcal_fetch_event()
  2787.             Fetches an event from the calendar stream
  2788.         mcal_is_leap_year()
  2789.             Returns if the given year is a leap year or not
  2790.         mcal_list_alarms()
  2791.             Return a list of events that has an alarm triggered at the given datetime
  2792.         mcal_list_events()
  2793.             Return a list of IDs for a date or a range of dates
  2794.         mcal_next_recurrence()
  2795.             Returns the next recurrence of the event
  2796.         mcal_open()
  2797.             Opens up an MCAL connection
  2798.         mcal_popen()
  2799.             Opens up a persistent MCAL connection
  2800.         mcal_rename_calendar()
  2801.             Rename an MCAL calendar
  2802.         mcal_reopen()
  2803.             Reopens an MCAL connection
  2804.         mcal_snooze()
  2805.             Turn off an alarm for an event
  2806.         mcal_store_event()
  2807.             Modify an existing event in an MCAL calendar
  2808.         mcal_time_valid()
  2809.             Returns TRUE if the given year, month, day is a valid time
  2810.         mcal_week_of_year()
  2811.             Returns the week number of the given date
  2812.     mcrypt
  2813.         mcrypt_cbc()
  2814.             Encrypt/decrypt data in CBC mode
  2815.         mcrypt_cfb()
  2816.             Encrypt/decrypt data in CFB mode
  2817.         mcrypt_create_iv()
  2818.             Create an initialization vector (IV) from a random source
  2819.         mcrypt_decrypt()
  2820.             Decrypts crypttext with given parameters
  2821.         mcrypt_ecb()
  2822.             Encrypt/decrypt data in ECB mode
  2823.         mcrypt_enc_get_algorithms_name()
  2824.             Returns the name of the opened algorithm
  2825.         mcrypt_enc_get_block_size()
  2826.             Returns the blocksize of the opened algorithm
  2827.         mcrypt_enc_get_iv_size()
  2828.             Returns the size of the IV of the opened algorithm
  2829.         mcrypt_enc_get_key_size()
  2830.             Returns the maximum supported keysize of the opened mode
  2831.         mcrypt_enc_get_modes_name()
  2832.             Returns the name of the opened mode
  2833.         mcrypt_enc_get_supported_key_sizes()
  2834.             Returns an array with the supported keysizes of the opened algorithm
  2835.         mcrypt_enc_is_block_algorithm_mode()
  2836.             Checks whether the encryption of the opened mode works on blocks
  2837.         mcrypt_enc_is_block_algorithm()
  2838.             Checks whether the algorithm of the opened mode is a block algorithm
  2839.         mcrypt_enc_is_block_mode()
  2840.             Checks whether the opened mode outputs blocks
  2841.         mcrypt_enc_self_test()
  2842.             This function runs a self test on the opened module
  2843.         mcrypt_encrypt()
  2844.             Encrypts plaintext with given parameters
  2845.         mcrypt_generic_deinit()
  2846.             This function deinitializes an encryption module
  2847.         mcrypt_generic_end()
  2848.             This function terminates encryption
  2849.         mcrypt_generic_init()
  2850.             This function initializes all buffers needed for encryption
  2851.         mcrypt_generic()
  2852.             This function encrypts data
  2853.         mcrypt_get_block_size()
  2854.             Get the block size of the specified cipher
  2855.         mcrypt_get_cipher_name()
  2856.             Get the name of the specified cipher
  2857.         mcrypt_get_iv_size()
  2858.             Returns the size of the IV belonging to a specific cipher/mode combination
  2859.         mcrypt_get_key_size()
  2860.             Get the key size of the specified cipher
  2861.         mcrypt_list_algorithms()
  2862.             Get an array of all supported ciphers
  2863.         mcrypt_list_modes()
  2864.             Get an array of all supported modes
  2865.         mcrypt_module_close()
  2866.             Close the mcrypt module
  2867.         mcrypt_module_get_algo_block_size()
  2868.             Returns the blocksize of the specified algorithm
  2869.         mcrypt_module_get_algo_key_size()
  2870.             Returns the maximum supported keysize of the opened mode
  2871.         mcrypt_module_get_supported_key_sizes()
  2872.             Returns an array with the supported keysizes of the opened algorithm
  2873.         mcrypt_module_is_block_algorithm_mode()
  2874.             This function returns if the the specified module is a block algorithm or not
  2875.         mcrypt_module_is_block_algorithm()
  2876.             This function checks whether the specified algorithm is a block algorithm
  2877.         mcrypt_module_is_block_mode()
  2878.             This function returns if the the specified mode outputs blocks or not
  2879.         mcrypt_module_open()
  2880.             Opens the module of the algorithm and the mode to be used
  2881.         mcrypt_module_self_test()
  2882.             This function runs a self test on the specified module
  2883.         mcrypt_ofb()
  2884.             Encrypt/decrypt data in OFB mode
  2885.         mdecrypt_generic()
  2886.             Decrypt data
  2887.     MCVE
  2888.         mcve_adduser()
  2889.             Add an MCVE user using usersetup structure
  2890.         mcve_adduserarg()
  2891.             Add a value to user configuration structure
  2892.         mcve_bt()
  2893.             Get unsettled batch totals
  2894.         mcve_checkstatus()
  2895.             Check to see if a transaction has completed
  2896.         mcve_chkpwd()
  2897.             Verify Password
  2898.         mcve_chngpwd()
  2899.             Change the system administrator's password
  2900.         mcve_completeauthorizations()
  2901.             Number of complete authorizations in queue, returning an array of their identifiers
  2902.         mcve_connect()
  2903.             Establish the connection to MCVE
  2904.         mcve_connectionerror()
  2905.             Get a textual representation of why a connection failed
  2906.         mcve_deleteresponse()
  2907.             Delete specified transaction from MCVE_CONN structure
  2908.         mcve_deletetrans()
  2909.             Delete specified transaction from MCVE_CONN structure
  2910.         mcve_deleteusersetup()
  2911.             Deallocate data associated with usersetup structure
  2912.         mcve_deluser()
  2913.             Delete an MCVE user account
  2914.         mcve_destroyconn()
  2915.             Destroy the connection and MCVE_CONN structure
  2916.         mcve_destroyengine()
  2917.             Free memory associated with IP/SSL connectivity
  2918.         mcve_disableuser()
  2919.             Disable an active MCVE user account
  2920.         mcve_edituser()
  2921.             Edit MCVE user using usersetup structure
  2922.         mcve_enableuser()
  2923.             Enable an inactive MCVE user account
  2924.         mcve_force()
  2925.             Send a FORCE to MCVE. (typically, a phone-authorization)
  2926.         mcve_getcell()
  2927.             Get a specific cell from a comma delimited response by column name
  2928.         mcve_getcellbynum()
  2929.             Get a specific cell from a comma delimited response by column number
  2930.         mcve_getcommadelimited()
  2931.             Get the RAW comma delimited data returned from MCVE
  2932.         mcve_getheader()
  2933.             Get the name of the column in a comma-delimited response
  2934.         mcve_getuserarg()
  2935.             Grab a value from usersetup structure
  2936.         mcve_getuserparam()
  2937.             Get a user response parameter
  2938.         mcve_gft()
  2939.             Audit MCVE for Failed transactions
  2940.         mcve_gl()
  2941.             Audit MCVE for settled transactions
  2942.         mcve_gut()
  2943.             Audit MCVE for Unsettled Transactions
  2944.         mcve_initconn()
  2945.             Create and initialize an MCVE_CONN structure
  2946.         mcve_initengine()
  2947.             Ready the client for IP/SSL Communication
  2948.         mcve_initusersetup()
  2949.             Initialize structure to store user data
  2950.         mcve_iscommadelimited()
  2951.             Checks to see if response is comma delimited
  2952.         mcve_liststats()
  2953.             List statistics for all users on MCVE system
  2954.         mcve_listusers()
  2955.             List all users on MCVE system
  2956.         mcve_maxconntimeout()
  2957.             The maximum amount of time the API will attempt a connection to MCVE
  2958.         mcve_monitor()
  2959.             Perform communication with MCVE (send/receive data) Non-blocking
  2960.         mcve_numcolumns()
  2961.             Number of columns returned in a comma delimited response
  2962.         mcve_numrows()
  2963.             Number of rows returned in a comma delimited response
  2964.         mcve_override()
  2965.             Send an OVERRIDE to MCVE
  2966.         mcve_parsecommadelimited()
  2967.             Parse the comma delimited response so mcve_getcell, etc will work
  2968.         mcve_ping()
  2969.             Send a ping request to MCVE
  2970.         mcve_preauth()
  2971.             Send a PREAUTHORIZATION to MCVE
  2972.         mcve_preauthcompletion()
  2973.             Complete a PREAUTHORIZATION... Ready it for settlement
  2974.         mcve_qc()
  2975.             Audit MCVE for a list of transactions in the outgoing queue
  2976.         mcve_responseparam()
  2977.             Get a custom response parameter
  2978.         mcve_return()
  2979.             Issue a RETURN or CREDIT to MCVE
  2980.         mcve_returncode()
  2981.             Grab the exact return code from the transaction
  2982.         mcve_returnstatus()
  2983.             Check to see if the transaction was successful
  2984.         mcve_sale()
  2985.             Send a SALE to MCVE
  2986.         mcve_setblocking()
  2987.             Set blocking/non-blocking mode for connection
  2988.         mcve_setdropfile()
  2989.             Set the connection method to Drop-File
  2990.         mcve_setip()
  2991.             Set the connection method to IP
  2992.         mcve_setssl()
  2993.             Set the connection method to SSL
  2994.         mcve_settimeout()
  2995.             Set maximum transaction time (per trans)
  2996.         mcve_settle()
  2997.             Issue a settlement command to do a batch deposit
  2998.         mcve_text_avs()
  2999.             Get a textual representation of the return_avs
  3000.         mcve_text_code()
  3001.             Get a textual representation of the return_code
  3002.         mcve_text_cv()
  3003.             Get a textual representation of the return_cv
  3004.         mcve_transactionauth()
  3005.             Get the authorization number returned for the transaction (alpha-numeric)
  3006.         mcve_transactionavs()
  3007.             Get the Address Verification return status
  3008.         mcve_transactionbatch()
  3009.             Get the batch number associated with the transaction
  3010.         mcve_transactioncv()
  3011.             Get the CVC2/CVV2/CID return status
  3012.         mcve_transactionid()
  3013.             Get the unique system id for the transaction
  3014.         mcve_transactionitem()
  3015.             Get the ITEM number in the associated batch for this transaction
  3016.         mcve_transactionssent()
  3017.             Check to see if outgoing buffer is clear
  3018.         mcve_transactiontext()
  3019.             Get verbiage (text) return from MCVE or processing institution
  3020.         mcve_transinqueue()
  3021.             Number of transactions in client-queue
  3022.         mcve_transnew()
  3023.             Start a new transaction
  3024.         mcve_transparam()
  3025.             Add a parameter to a transaction
  3026.         mcve_transsend()
  3027.             Finalize and send the transaction
  3028.         mcve_ub()
  3029.             Get a list of all Unsettled batches
  3030.         mcve_uwait()
  3031.             Wait x microsecs
  3032.         mcve_verifyconnection()
  3033.             Set whether or not to PING upon connect to verify connection
  3034.         mcve_verifysslcert()
  3035.             Set whether or not to verify the server ssl certificate
  3036.         mcve_void()
  3037.             VOID a transaction in the settlement queue
  3038.     mhash
  3039.         mhash_count()
  3040.             Get the highest available hash id
  3041.         mhash_get_block_size()
  3042.             Get the block size of the specified hash
  3043.         mhash_get_hash_name()
  3044.             Get the name of the specified hash
  3045.         mhash_keygen_s2k()
  3046.             Generates a key
  3047.         mhash()
  3048.             Compute hash
  3049.     Mimetype
  3050.         mime_content_type()
  3051.             Detect MIME Content-type for a file
  3052.     MS SQL Server
  3053.         mssql_bind()
  3054.             Adds a parameter to a stored procedure or a remote stored procedure
  3055.         mssql_close()
  3056.             Close MS SQL Server connection
  3057.         mssql_connect()
  3058.             Open MS SQL server connection
  3059.         mssql_data_seek()
  3060.             Move internal row pointer
  3061.         mssql_execute()
  3062.             Executes a stored procedure on a MS SQL server database
  3063.         mssql_fetch_array()
  3064.             Fetch row as array
  3065.         mssql_fetch_assoc()
  3066.             Returns an associative array of the current row in the result set specified by result_id
  3067.         mssql_fetch_batch()
  3068.             Returns the next batch of records
  3069.         mssql_fetch_field()
  3070.             Get field information
  3071.         mssql_fetch_object()
  3072.             Fetch row as object
  3073.         mssql_fetch_row()
  3074.             Get row as enumerated array
  3075.         mssql_field_length()
  3076.             Get the length of a field
  3077.         mssql_field_name()
  3078.             Get the name of a field
  3079.         mssql_field_seek()
  3080.             Set field offset
  3081.         mssql_field_type()
  3082.             Get the type of a field
  3083.         mssql_free_result()
  3084.             Free result memory
  3085.         mssql_free_statement()
  3086.             Free statement memory
  3087.         mssql_get_last_message()
  3088.             Returns the last message from server (over min_message_severity?)
  3089.         mssql_guid_string()
  3090.             Converts a 16 byte binary GUID to a string
  3091.         mssql_init()
  3092.             Initializes a stored procedure or a remote stored procedure
  3093.         mssql_min_error_severity()
  3094.             Sets the lower error severity
  3095.         mssql_min_message_severity()
  3096.             Sets the lower message severity
  3097.         mssql_next_result()
  3098.             Move the internal result pointer to the next result
  3099.         mssql_num_fields()
  3100.             Get number of fields in result
  3101.         mssql_num_rows()
  3102.             Get number of rows in result
  3103.         mssql_pconnect()
  3104.             Open persistent MS SQL connection
  3105.         mssql_query()
  3106.             Send MS SQL query
  3107.         mssql_result()
  3108.             Get result data
  3109.         mssql_rows_affected()
  3110.             Returns the number of records affected by the query
  3111.         mssql_select_db()
  3112.             Select MS SQL database
  3113.     Ming (flash)
  3114.         ming_setcubicthreshold()
  3115.             Set cubic threshold (?)
  3116.         ming_setscale()
  3117.             Set scale (?)
  3118.         ming_useswfversion()
  3119.             Use SWF version (?)
  3120.         SWFAction()
  3121.             Creates a new Action.
  3122.         SWFBitmap()
  3123.             getHeight -- Returns the bitmap's height.
  3124.         SWFBitmap()
  3125.             getWidth -- Returns the bitmap's width.
  3126.         SWFBitmap()
  3127.             Loads Bitmap object
  3128.         swfbutton_keypress()
  3129.             Returns the action flag for keyPress(char)
  3130.         SWFbutton()
  3131.             addAction -- Adds an action
  3132.         SWFbutton()
  3133.             addShape -- Adds a shape to a button
  3134.         SWFbutton()
  3135.             setAction -- Sets the action
  3136.         SWFbutton()
  3137.             setdown -- Alias for addShape(shape, SWFBUTTON_DOWN))
  3138.         SWFbutton()
  3139.             setHit -- Alias for addShape(shape, SWFBUTTON_HIT)
  3140.         SWFbutton()
  3141.             setOver -- Alias for addShape(shape, SWFBUTTON_OVER)
  3142.         SWFbutton()
  3143.             setUp -- Alias for addShape(shape, SWFBUTTON_UP)
  3144.         SWFbutton()
  3145.             Creates a new Button.
  3146.         SWFDisplayItem()
  3147.             addColor -- Adds the given color to this item's color transform.
  3148.         SWFDisplayItem()
  3149.             move -- Moves object in relative coordinates.
  3150.         SWFDisplayItem()
  3151.             moveTo -- Moves object in global coordinates.
  3152.         SWFDisplayItem()
  3153.             multColor -- Multiplies the item's color transform.
  3154.         SWFDisplayItem()
  3155.             remove -- Removes the object from the movie
  3156.         SWFDisplayItem()
  3157.             Rotate -- Rotates in relative coordinates.
  3158.         SWFDisplayItem()
  3159.             rotateTo -- Rotates the object in global coordinates.
  3160.         SWFDisplayItem()
  3161.             scale -- Scales the object in relative coordinates.
  3162.         SWFDisplayItem()
  3163.             scaleTo -- Scales the object in global coordinates.
  3164.         SWFDisplayItem()
  3165.             setDepth -- Sets z-order
  3166.         SWFDisplayItem()
  3167.             setName -- Sets the object's name
  3168.         SWFDisplayItem()
  3169.             setRatio -- Sets the object's ratio.
  3170.         SWFDisplayItem()
  3171.             skewX -- Sets the X-skew.
  3172.         SWFDisplayItem()
  3173.             skewXTo -- Sets the X-skew.
  3174.         SWFDisplayItem()
  3175.             skewY -- Sets the Y-skew.
  3176.         SWFDisplayItem()
  3177.             skewYTo -- Sets the Y-skew.
  3178.         SWFDisplayItem()
  3179.             Creates a new displayitem object.
  3180.         SWFFill()
  3181.             moveTo -- Moves fill origin
  3182.         SWFFill()
  3183.             rotateTo -- Sets fill's rotation
  3184.         SWFFill()
  3185.             scaleTo -- Sets fill's scale
  3186.         SWFFill()
  3187.             skewXTo -- Sets fill x-skew
  3188.         SWFFill()
  3189.             skewYTo -- Sets fill y-skew
  3190.         SWFFill()
  3191.             Loads SWFFill object
  3192.         swffont()
  3193.             getwidth -- Returns the string's width
  3194.         SWFFont()
  3195.             Loads a font definition
  3196.         SWFGradient()
  3197.             addEntry -- Adds an entry to the gradient list.
  3198.         SWFGradient()
  3199.             Creates a gradient object
  3200.         SWFMorph()
  3201.             getshape1 -- Gets a handle to the starting shape
  3202.         SWFMorph()
  3203.             getshape2 -- Gets a handle to the ending shape
  3204.         SWFMorph()
  3205.             Creates a new SWFMorph object.
  3206.         SWFMovie()
  3207.             add -- Adds any type of data to a movie.
  3208.         SWFMovie()
  3209.             nextframe -- Moves to the next frame of the animation.
  3210.         SWFMovie()
  3211.             output -- Dumps your lovingly prepared movie out.
  3212.         swfmovie()
  3213.             remove -- Removes the object instance from the display list.
  3214.         SWFMovie()
  3215.             save -- Saves your movie in a file.
  3216.         SWFMovie()
  3217.             setbackground -- Sets the background color.
  3218.         SWFMovie()
  3219.             setdimension -- Sets the movie's width and height.
  3220.         SWFMovie()
  3221.             setframes -- Sets the total number of frames in the animation.
  3222.         SWFMovie()
  3223.             setrate -- Sets the animation's frame rate.
  3224.         SWFMovie()
  3225.             streammp3 -- Streams a MP3 file.
  3226.         SWFMovie()
  3227.             Creates a new movie object, representing an SWF version 4 movie.
  3228.         SWFShape()
  3229.             addFill -- Adds a solid fill to the shape.
  3230.         SWFShape()
  3231.             drawCurve -- Draws a curve (relative).
  3232.         SWFShape()
  3233.             drawCurveTo -- Draws a curve.
  3234.         SWFShape()
  3235.             drawLine -- Draws a line (relative).
  3236.         SWFShape()
  3237.             drawLineTo -- Draws a line.
  3238.         SWFShape()
  3239.             movePen -- Moves the shape's pen (relative).
  3240.         SWFShape()
  3241.             movePenTo -- Moves the shape's pen.
  3242.         SWFShape()
  3243.             setLeftFill -- Sets left rasterizing color.
  3244.         SWFShape()
  3245.             setLine -- Sets the shape's line style.
  3246.         SWFShape()
  3247.             setRightFill -- Sets right rasterizing color.
  3248.         SWFShape()
  3249.             Creates a new shape object.
  3250.         swfsprite()
  3251.             add -- Adds an object to a sprite
  3252.         SWFSprite()
  3253.             nextframe -- Moves to the next frame of the animation.
  3254.         SWFSprite()
  3255.             remove -- Removes an object to a sprite
  3256.         SWFSprite()
  3257.             setframes -- Sets the total number of frames in the animation.
  3258.         SWFSprite()
  3259.             Creates a movie clip (a sprite)
  3260.         SWFText()
  3261.             addString -- Draws a string
  3262.         SWFText()
  3263.             getWidth -- Computes string's width
  3264.         SWFText()
  3265.             moveTo -- Moves the pen
  3266.         SWFText()
  3267.             setColor -- Sets the current font color
  3268.         SWFText()
  3269.             setFont -- Sets the current font
  3270.         SWFText()
  3271.             setHeight -- Sets the current font height
  3272.         SWFText()
  3273.             setSpacing -- Sets the current font spacing
  3274.         SWFText()
  3275.             Creates a new SWFText object.
  3276.         SWFTextField()
  3277.             addstring -- Concatenates the given string to the text field
  3278.         SWFTextField()
  3279.             align -- Sets the text field alignment
  3280.         SWFTextField()
  3281.             setbounds -- Sets the text field width and height
  3282.         SWFTextField()
  3283.             setcolor -- Sets the color of the text field.
  3284.         SWFTextField()
  3285.             setFont -- Sets the text field font
  3286.         SWFTextField()
  3287.             setHeight -- Sets the font height of this text field font.
  3288.         SWFTextField()
  3289.             setindentation -- Sets the indentation of the first line.
  3290.         SWFTextField()
  3291.             setLeftMargin -- Sets the left margin width of the text field.
  3292.         SWFTextField()
  3293.             setLineSpacing -- Sets the line spacing of the text field.
  3294.         SWFTextField()
  3295.             setMargins -- Sets the margins width of the text field.
  3296.         SWFTextField()
  3297.             setname -- Sets the variable name
  3298.         SWFTextField()
  3299.             setrightMargin -- Sets the right margin width of the text field.
  3300.         SWFTextField()
  3301.             Creates a text field object
  3302.     Misc.
  3303.         connection_aborted()
  3304.             Returns TRUE if client disconnected
  3305.         connection_status()
  3306.             Returns connection status bitfield
  3307.         connection_timeout()
  3308.             Return TRUE if script timed out
  3309.         constant()
  3310.             Returns the value of a constant
  3311.         define()
  3312.             Defines a named constant.
  3313.         defined()
  3314.             Checks whether a given named constant exists
  3315.         die()
  3316.             Alias of exit()
  3317.         eval()
  3318.             Evaluate a string as PHP code
  3319.         exit()
  3320.             Output a message and terminate the current script
  3321.         get_browser()
  3322.             Tells what the user's browser is capable of
  3323.         highlight_file()
  3324.             Syntax highlighting of a file
  3325.         highlight_string()
  3326.             Syntax highlighting of a string
  3327.         ignore_user_abort()
  3328.             Set whether a client disconnect should abort script execution
  3329.         pack()
  3330.             Pack data into binary string.
  3331.         show_source()
  3332.             Alias of highlight_file()
  3333.         sleep()
  3334.             Delay execution
  3335.         uniqid()
  3336.             Generate a unique ID
  3337.         unpack()
  3338.             Unpack data from binary string
  3339.         usleep()
  3340.             Delay execution in microseconds
  3341.     mnoGoSearch
  3342.         udm_add_search_limit()
  3343.             Add various search limits
  3344.         udm_alloc_agent()
  3345.             Allocate mnoGoSearch session
  3346.         udm_api_version()
  3347.             Get mnoGoSearch API version.
  3348.         udm_cat_list()
  3349.             Get all the categories on the same level with the current one.
  3350.         udm_cat_path()
  3351.             Get the path to the current category.
  3352.         udm_check_charset()
  3353.             Check if the given charset is known to mnogosearch
  3354.         udm_check_stored()
  3355.             Check connection to stored
  3356.         udm_clear_search_limits()
  3357.             Clear all mnoGoSearch search restrictions
  3358.         udm_close_stored()
  3359.             Close connection to stored
  3360.         udm_crc32()
  3361.             Return CRC32 checksum of gived string
  3362.         udm_errno()
  3363.             Get mnoGoSearch error number
  3364.         udm_error()
  3365.             Get mnoGoSearch error message
  3366.         udm_find()
  3367.             Perform search
  3368.         udm_free_agent()
  3369.             Free mnoGoSearch session
  3370.         udm_free_ispell_data()
  3371.             Free memory allocated for ispell data
  3372.         udm_free_res()
  3373.             Free mnoGoSearch result
  3374.         udm_get_doc_count()
  3375.             Get total number of documents in database.
  3376.         udm_get_res_field()
  3377.             Fetch mnoGoSearch result field
  3378.         udm_get_res_param()
  3379.             Get mnoGoSearch result parameters
  3380.         udm_load_ispell_data()
  3381.             Load ispell data
  3382.         udm_open_stored()
  3383.             Open connection to stored
  3384.         udm_set_agent_param()
  3385.             Set mnoGoSearch agent session parameters
  3386.     mSQL
  3387.         msql_affected_rows()
  3388.             Returns number of affected rows
  3389.         msql_close()
  3390.             Close mSQL connection
  3391.         msql_connect()
  3392.             Open mSQL connection
  3393.         msql_create_db()
  3394.             Create mSQL database
  3395.         msql_createdb()
  3396.             Create mSQL database
  3397.         msql_data_seek()
  3398.             Move internal row pointer
  3399.         msql_dbname()
  3400.             Get current mSQL database name
  3401.         msql_drop_db()
  3402.             Drop (delete) mSQL database
  3403.         msql_dropdb()
  3404.             Drop (delete) mSQL database
  3405.         msql_error()
  3406.             Returns error message of last msql call
  3407.         msql_fetch_array()
  3408.             Fetch row as array
  3409.         msql_fetch_field()
  3410.             Get field information
  3411.         msql_fetch_object()
  3412.             Fetch row as object
  3413.         msql_fetch_row()
  3414.             Get row as enumerated array
  3415.         msql_field_seek()
  3416.             Set field offset
  3417.         msql_fieldflags()
  3418.             Get field flags
  3419.         msql_fieldlen()
  3420.             Get field length
  3421.         msql_fieldname()
  3422.             Get field name
  3423.         msql_fieldtable()
  3424.             Get table name for field
  3425.         msql_fieldtype()
  3426.             Get field type
  3427.         msql_free_result()
  3428.             Free result memory
  3429.         msql_freeresult()
  3430.             Free result memory
  3431.         msql_list_dbs()
  3432.             List mSQL databases on server
  3433.         msql_list_fields()
  3434.             List result fields
  3435.         msql_list_tables()
  3436.             List tables in an mSQL database
  3437.         msql_listdbs()
  3438.             List mSQL databases on server
  3439.         msql_listfields()
  3440.             List result fields
  3441.         msql_listtables()
  3442.             List tables in an mSQL database
  3443.         msql_num_fields()
  3444.             Get number of fields in result
  3445.         msql_num_rows()
  3446.             Get number of rows in result
  3447.         msql_numfields()
  3448.             Get number of fields in result
  3449.         msql_numrows()
  3450.             Get number of rows in result
  3451.         msql_pconnect()
  3452.             Open persistent mSQL connection
  3453.         msql_query()
  3454.             Send mSQL query
  3455.         msql_regcase()
  3456.             Make regular expression for case insensitive match
  3457.         msql_result()
  3458.             Get result data
  3459.         msql_select_db()
  3460.             Select mSQL database
  3461.         msql_selectdb()
  3462.             Select mSQL database
  3463.         msql_tablename()
  3464.             Get table name of field
  3465.         msql()
  3466.             Send mSQL query
  3467.     MySQL
  3468.         mysql_affected_rows()
  3469.             Get number of affected rows in previous MySQL operation
  3470.         mysql_change_user()
  3471.             Change logged in user of the active connection
  3472.         mysql_client_encoding()
  3473.             Returns the name of the character set
  3474.         mysql_close()
  3475.             Close MySQL connection
  3476.         mysql_connect()
  3477.             Open a connection to a MySQL Server
  3478.         mysql_create_db()
  3479.             Create a MySQL database
  3480.         mysql_data_seek()
  3481.             Move internal result pointer
  3482.         mysql_db_name()
  3483.             Get result data
  3484.         mysql_db_query()
  3485.             Send a MySQL query
  3486.         mysql_drop_db()
  3487.             Drop (delete) a MySQL database
  3488.         mysql_errno()
  3489.             Returns the numerical value of the error message from previous MySQL operation
  3490.         mysql_error()
  3491.             Returns the text of the error message from previous MySQL operation
  3492.         mysql_escape_string()
  3493.             Escapes a string for use in a mysql_query.
  3494.         mysql_fetch_array()
  3495.             Fetch a result row as an associative array, a numeric array, or both.
  3496.         mysql_fetch_assoc()
  3497.             Fetch a result row as an associative array
  3498.         mysql_fetch_field()
  3499.             Get column information from a result and return as an object
  3500.         mysql_fetch_lengths()
  3501.             Get the length of each output in a result
  3502.         mysql_fetch_object()
  3503.             Fetch a result row as an object
  3504.         mysql_fetch_row()
  3505.             Get a result row as an enumerated array
  3506.         mysql_field_flags()
  3507.             Get the flags associated with the specified field in a result
  3508.         mysql_field_len()
  3509.             Returns the length of the specified field
  3510.         mysql_field_name()
  3511.             Get the name of the specified field in a result
  3512.         mysql_field_seek()
  3513.             Set result pointer to a specified field offset
  3514.         mysql_field_table()
  3515.             Get name of the table the specified field is in
  3516.         mysql_field_type()
  3517.             Get the type of the specified field in a result
  3518.         mysql_free_result()
  3519.             Free result memory
  3520.         mysql_get_client_info()
  3521.             Get MySQL client info
  3522.         mysql_get_host_info()
  3523.             Get MySQL host info
  3524.         mysql_get_proto_info()
  3525.             Get MySQL protocol info
  3526.         mysql_get_server_info()
  3527.             Get MySQL server info
  3528.         mysql_info()
  3529.             Get information about the most recent query
  3530.         mysql_insert_id()
  3531.             Get the ID generated from the previous INSERT operation
  3532.         mysql_list_dbs()
  3533.             List databases available on a MySQL server
  3534.         mysql_list_fields()
  3535.             List MySQL table fields
  3536.         mysql_list_processes()
  3537.             List MySQL processes
  3538.         mysql_list_tables()
  3539.             List tables in a MySQL database
  3540.         mysql_num_fields()
  3541.             Get number of fields in result
  3542.         mysql_num_rows()
  3543.             Get number of rows in result
  3544.         mysql_pconnect()
  3545.             Open a persistent connection to a MySQL server
  3546.         mysql_ping()
  3547.             Ping a server connection or reconnect if there is no connection
  3548.         mysql_query()
  3549.             Send a MySQL query
  3550.         mysql_real_escape_string()
  3551.             Escapes special characters in a string for use in a SQL statement, taking into account the current charset of the connection.
  3552.         mysql_result()
  3553.             Get result data
  3554.         mysql_select_db()
  3555.             Select a MySQL database
  3556.         mysql_stat()
  3557.             Get current system status
  3558.         mysql_tablename()
  3559.             Get table name of field
  3560.         mysql_thread_id()
  3561.             Return the current thread ID
  3562.         mysql_unbuffered_query()
  3563.             Send an SQL query to MySQL, without fetching and buffering the result rows
  3564.     mysqli
  3565.         mysqli_affected_rows()
  3566.             Gets the number of affected rows in a previous MySQL operation
  3567.         mysqli_autocommit()
  3568.             Turns on or off auto-commiting database modifications
  3569.         mysqli_bind_param()
  3570.             Binds variables to a prepared statement as parameters
  3571.         mysqli_bind_result()
  3572.             Binds variables to a prepared statement for result storage
  3573.         mysqli_change_user()
  3574.             Changes the user of the specified database connection
  3575.         mysqli_character_set_name()
  3576.             Returns the default character set for the database connection
  3577.         mysqli_close()
  3578.             Closes a previously opened database connection
  3579.         mysqli_commit()
  3580.             Commits the current transaction
  3581.         mysqli_connect()
  3582.             Open a new connection to the MySQL server
  3583.         mysqli_data_seek()
  3584.             Adjusts the result pointer to an arbitary row in the result
  3585.         mysqli_debug()
  3586.             Performs debugging operations
  3587.         mysqli_disable_reads_from_master()
  3588.             
  3589.         mysqli_disable_rpl_parse()
  3590.             
  3591.         mysqli_dump_debug_info()
  3592.             Dump debugging information into the log
  3593.         mysqli_enable_reads_from_master()
  3594.             
  3595.         mysqli_enable_rpl_parse()
  3596.             
  3597.         mysqli_errno()
  3598.             Returns the error code for the most recent function call
  3599.         mysqli_error()
  3600.             Returns a string description of the last error
  3601.         mysqli_execute()
  3602.             Executes a prepared Query
  3603.         mysqli_fetch_array()
  3604.             Fetch a result row as an associative, a numeric array, or both.
  3605.         mysqli_fetch_assoc()
  3606.             Fetch a result row as an associative array
  3607.         mysqli_fetch_field_direct()
  3608.             Fetch meta-data for a single field
  3609.         mysqli_fetch_field()
  3610.             Returns the next field in the result set
  3611.         mysqli_fetch_fields()
  3612.             Returns an array of objects representing the fields in a result set
  3613.         mysqli_fetch_lengths()
  3614.             Returns the lengths of the columns of the current row in the result set
  3615.         mysqli_fetch_object()
  3616.             Returns the current row of a result set as an object
  3617.         mysqli_fetch_row()
  3618.             Get a result row as an enumerated array
  3619.         mysqli_fetch()
  3620.             Fetch results from a prepared statement into the bound variables
  3621.         mysqli_field_count()
  3622.             Returns the number of columns for the most recent query
  3623.         mysqli_field_seek()
  3624.             Set result pointer to a specified field offset
  3625.         mysqli_field_tell()
  3626.             Get current field offset of a result pointer
  3627.         mysqli_free_result()
  3628.             Frees the memory associated with a result
  3629.         mysqli_get_client_info()
  3630.             Returns the MySQL client version as a string
  3631.         mysqli_get_host_info()
  3632.             Returns a string representing the type of connection used
  3633.         mysqli_get_proto_info()
  3634.             Returns the version of the MySQL protocol used
  3635.         mysqli_get_server_info()
  3636.             Returns the version of the MySQL server
  3637.         mysqli_get_server_version()
  3638.             Returns the version of the MySQL server as an integer
  3639.         mysqli_info()
  3640.             Retrieves information about the most recently executed query
  3641.         mysqli_init()
  3642.             Initializes mysqli and returns a resource for use with mysql_real_connect
  3643.         mysqli_insert_id()
  3644.             Returns the auto generated id used in the last query
  3645.         mysqli_kill()
  3646.             Asks the server to kill a MySQL thread
  3647.         mysqli_master_query()
  3648.             Enforce execution of a query on the master in a master/slave setup
  3649.         mysqli_num_fields()
  3650.             Get the number of fields in a result
  3651.         mysqli_num_rows()
  3652.             Get the number of rows in a result
  3653.         mysqli_options()
  3654.             set options
  3655.         mysqli_param_count()
  3656.             Returns the number of parameter for the given statement
  3657.         mysqli_ping()
  3658.             Ping a server connection, or reconnect if there is no connection
  3659.         mysqli_prepare_result()
  3660.             
  3661.         mysqli_prepare()
  3662.             Prepare a SQL statement for execution
  3663.         mysqli_profiler()
  3664.             
  3665.         mysqli_query()
  3666.             Performs a query on the database
  3667.         mysqli_read_query_result()
  3668.             
  3669.         mysqli_real_connect()
  3670.             Opens a connection to a mysql server
  3671.         mysqli_real_escape_string()
  3672.             Escapes special characters in a string for use in a SQL statement, taking into account the current charset of the connection
  3673.         mysqli_real_query()
  3674.             Execute an SQL query
  3675.         mysqli_reload()
  3676.             
  3677.         mysqli_rollback()
  3678.             
  3679.         mysqli_rpl_parse_enabled()
  3680.             
  3681.         mysqli_rpl_probe()
  3682.             
  3683.         mysqli_rpl_query_type()
  3684.             
  3685.         mysqli_select_db()
  3686.             Selects the default database for database queries
  3687.         mysqli_send_long_data()
  3688.             
  3689.         mysqli_send_query()
  3690.             
  3691.         mysqli_slave_query()
  3692.             Enforces execution of a query on a slave in a master/slave setup
  3693.         mysqli_ssl_set()
  3694.             
  3695.         mysqli_stat()
  3696.             Gets the current system status
  3697.         mysqli_stmt_affected_rows()
  3698.             
  3699.         mysqli_stmt_close()
  3700.             close statement
  3701.         mysqli_stmt_errno()
  3702.             
  3703.         mysqli_stmt_error()
  3704.             
  3705.         mysqli_stmt_store_result()
  3706.             
  3707.         mysqli_store_result()
  3708.             Transfers a result set from the last query
  3709.         mysqli_thread_id()
  3710.             Returns the thread ID for the current connection
  3711.         mysqli_thread_safe()
  3712.             Returns whether thread safety is given or not
  3713.         mysqli_use_result()
  3714.             Initiate a result set retrieval
  3715.         mysqli_warning_count()
  3716.             Return the number of warnings from the last query for the given link
  3717.     Msession
  3718.         msession_connect()
  3719.             Connect to msession server
  3720.         msession_count()
  3721.             Get session count
  3722.         msession_create()
  3723.             Create a session
  3724.         msession_destroy()
  3725.             Destroy a session
  3726.         msession_disconnect()
  3727.             Close connection to msession server
  3728.         msession_find()
  3729.             Find value
  3730.         msession_get_array()
  3731.             Get array of ... ?
  3732.         msession_get()
  3733.             Get value from session
  3734.         msession_getdata()
  3735.             Get data ... ?
  3736.         msession_inc()
  3737.             Increment value in session
  3738.         msession_list()
  3739.             List ... ?
  3740.         msession_listvar()
  3741.             List sessions with variable
  3742.         msession_lock()
  3743.             Lock a session
  3744.         msession_plugin()
  3745.             Call an escape function within the msession personality plugin
  3746.         msession_randstr()
  3747.             Get random string
  3748.         msession_set_array()
  3749.             Set array of ...
  3750.         msession_set()
  3751.             Set value in session
  3752.         msession_setdata()
  3753.             Set data ... ?
  3754.         msession_timeout()
  3755.             Set/get session timeout
  3756.         msession_uniq()
  3757.             Get uniq id
  3758.         msession_unlock()
  3759.             Unlock a session
  3760.     muscat
  3761.         muscat_close()
  3762.             Shuts down the muscat session and releases any memory back to PHP.
  3763.         muscat_get()
  3764.             Gets a line back from the core muscat API.
  3765.         muscat_give()
  3766.             Sends string to the core muscat API
  3767.         muscat_setup_net()
  3768.             Creates a new muscat session and returns the handle.
  3769.         muscat_setup()
  3770.             Creates a new muscat session and returns the handle.
  3771.     Network
  3772.         checkdnsrr()
  3773.             Check DNS records corresponding to a given Internet host name or IP address
  3774.         closelog()
  3775.             Close connection to system logger
  3776.         debugger_off()
  3777.             Disable internal PHP debugger (PHP 3)
  3778.         debugger_on()
  3779.             Enable internal PHP debugger (PHP 3)
  3780.         define_syslog_variables()
  3781.             Initializes all syslog related constants
  3782.         dns_check_record()
  3783.             Synonym for checkdnsrr()
  3784.         dns_get_mx()
  3785.             Synonym for getmxrr()
  3786.         dns_get_record()
  3787.             Fetch DNS Resource Records associated with a hostname
  3788.         fsockopen()
  3789.             Open Internet or Unix domain socket connection
  3790.         gethostbyaddr()
  3791.             Get the Internet host name corresponding to a given IP address
  3792.         gethostbyname()
  3793.             Get the IP address corresponding to a given Internet host name
  3794.         gethostbynamel()
  3795.             Get a list of IP addresses corresponding to a given Internet host name
  3796.         getmxrr()
  3797.             Get MX records corresponding to a given Internet host name
  3798.         getprotobyname()
  3799.             Get protocol number associated with protocol name
  3800.         getprotobynumber()
  3801.             Get protocol name associated with protocol number
  3802.         getservbyname()
  3803.             Get port number associated with an Internet service and protocol
  3804.         getservbyport()
  3805.             Get Internet service which corresponds to port and protocol
  3806.         ip2long()
  3807.             Converts a string containing an (IPv4) Internet Protocol dotted address into a proper address.
  3808.         long2ip()
  3809.             Converts an (IPv4) Internet network address into a string in Internet standard dotted format
  3810.         openlog()
  3811.             Open connection to system logger
  3812.         pfsockopen()
  3813.             Open persistent Internet or Unix domain socket connection
  3814.         socket_get_status()
  3815.             Alias of stream_get_meta_data().
  3816.         socket_set_blocking()
  3817.             Alias for stream_set_blocking()
  3818.         socket_set_timeout()
  3819.             Alias for stream_set_timeout()
  3820.         syslog()
  3821.             Generate a system log message
  3822.     Ncurses
  3823.         ncurses_addch()
  3824.             Add character at current position and advance cursor
  3825.         ncurses_addchnstr()
  3826.             Add attributed string with specified length at current position
  3827.         ncurses_addchstr()
  3828.             Add attributed string at current position
  3829.         ncurses_addnstr()
  3830.             Add string with specified length at current position
  3831.         ncurses_addstr()
  3832.             Output text at current position
  3833.         ncurses_assume_default_colors()
  3834.             Define default colors for color 0
  3835.         ncurses_attroff()
  3836.             Turn off the given attributes
  3837.         ncurses_attron()
  3838.             Turn on the given attributes
  3839.         ncurses_attrset()
  3840.             Set given attributes
  3841.         ncurses_baudrate()
  3842.             Returns baudrate of terminal
  3843.         ncurses_beep()
  3844.             Let the terminal beep
  3845.         ncurses_bkgd()
  3846.             Set background property for terminal screen
  3847.         ncurses_bkgdset()
  3848.             Control screen background
  3849.         ncurses_border()
  3850.             Draw a border around the screen using attributed characters
  3851.         ncurses_can_change_color()
  3852.             Check if we can change terminals colors
  3853.         ncurses_cbreak()
  3854.             Switch of input buffering
  3855.         ncurses_clear()
  3856.             Clear screen
  3857.         ncurses_clrtobot()
  3858.             Clear screen from current position to bottom
  3859.         ncurses_clrtoeol()
  3860.             Clear screen from current position to end of line
  3861.         ncurses_color_set()
  3862.             Set fore- and background color
  3863.         ncurses_curs_set()
  3864.             Set cursor state
  3865.         ncurses_def_prog_mode()
  3866.             Saves terminals (program) mode
  3867.         ncurses_def_shell_mode()
  3868.             Saves terminals (shell) mode
  3869.         ncurses_define_key()
  3870.             Define a keycode
  3871.         ncurses_delay_output()
  3872.             Delay output on terminal using padding characters
  3873.         ncurses_delch()
  3874.             Delete character at current position, move rest of line left
  3875.         ncurses_deleteln()
  3876.             Delete line at current position, move rest of screen up
  3877.         ncurses_delwin()
  3878.             Delete a ncurses window
  3879.         ncurses_doupdate()
  3880.             Write all prepared refreshes to terminal
  3881.         ncurses_echo()
  3882.             Activate keyboard input echo
  3883.         ncurses_echochar()
  3884.             Single character output including refresh
  3885.         ncurses_end()
  3886.             Stop using ncurses, clean up the screen
  3887.         ncurses_erase()
  3888.             Erase terminal screen
  3889.         ncurses_erasechar()
  3890.             Returns current erase character
  3891.         ncurses_filter()
  3892.             
  3893.         ncurses_flash()
  3894.             Flash terminal screen (visual bell)
  3895.         ncurses_flushinp()
  3896.             Flush keyboard input buffer
  3897.         ncurses_getch()
  3898.             Read a character from keyboard
  3899.         ncurses_getmouse()
  3900.             Reads mouse event
  3901.         ncurses_halfdelay()
  3902.             Put terminal into halfdelay mode
  3903.         ncurses_has_colors()
  3904.             Check if terminal has colors
  3905.         ncurses_has_ic()
  3906.             Check for insert- and delete-capabilities
  3907.         ncurses_has_il()
  3908.             Check for line insert- and delete-capabilities
  3909.         ncurses_has_key()
  3910.             Check for presence of a function key on terminal keyboard
  3911.         ncurses_hline()
  3912.             Draw a horizontal line at current position using an attributed character and max. n characters long
  3913.         ncurses_inch()
  3914.             Get character and attribute at current position
  3915.         ncurses_init_color()
  3916.             Set new RGB value for color
  3917.         ncurses_init_pair()
  3918.             Allocate a color pair
  3919.         ncurses_init()
  3920.             Initialize ncurses
  3921.         ncurses_insch()
  3922.             Insert character moving rest of line including character at current position
  3923.         ncurses_insdelln()
  3924.             Insert lines before current line scrolling down (negative numbers delete and scroll up)
  3925.         ncurses_insertln()
  3926.             Insert a line, move rest of screen down
  3927.         ncurses_insstr()
  3928.             Insert string at current position, moving rest of line right
  3929.         ncurses_instr()
  3930.             Reads string from terminal screen
  3931.         ncurses_isendwin()
  3932.             Ncurses is in endwin mode, normal screen output may be performed
  3933.         ncurses_keyok()
  3934.             Enable or disable a keycode
  3935.         ncurses_killchar()
  3936.             Returns current line kill character
  3937.         ncurses_longname()
  3938.             Returns terminals description
  3939.         ncurses_mouseinterval()
  3940.             Set timeout for mouse button clicks
  3941.         ncurses_mousemask()
  3942.             Sets mouse options
  3943.         ncurses_move()
  3944.             Move output position
  3945.         ncurses_mvaddch()
  3946.             Move current position and add character
  3947.         ncurses_mvaddchnstr()
  3948.             Move position and add attrributed string with specified length
  3949.         ncurses_mvaddchstr()
  3950.             Move position and add attributed string
  3951.         ncurses_mvaddnstr()
  3952.             Move position and add string with specified length
  3953.         ncurses_mvaddstr()
  3954.             Move position and add string
  3955.         ncurses_mvcur()
  3956.             Move cursor immediately
  3957.         ncurses_mvdelch()
  3958.             Move position and delete character, shift rest of line left
  3959.         ncurses_mvgetch()
  3960.             Move position and get character at new position
  3961.         ncurses_mvhline()
  3962.             Set new position and draw a horizontal line using an attributed character and max. n characters long
  3963.         ncurses_mvinch()
  3964.             Move position and get attributed character at new position
  3965.         ncurses_mvvline()
  3966.             Set new position and draw a vertical line using an attributed character and max. n characters long
  3967.         ncurses_mvwaddstr()
  3968.             Add string at new position in window
  3969.         ncurses_napms()
  3970.             Sleep
  3971.         ncurses_newwin()
  3972.             Create a new window
  3973.         ncurses_nl()
  3974.             Translate newline and carriage return / line feed
  3975.         ncurses_nocbreak()
  3976.             Switch terminal to cooked mode
  3977.         ncurses_noecho()
  3978.             Switch off keyboard input echo
  3979.         ncurses_nonl()
  3980.             Do not translate newline and carriage return / line feed
  3981.         ncurses_noqiflush()
  3982.             Do not flush on signal characters
  3983.         ncurses_noraw()
  3984.             Switch terminal out of raw mode
  3985.         ncurses_putp()
  3986.             
  3987.         ncurses_qiflush()
  3988.             Flush on signal characters
  3989.         ncurses_raw()
  3990.             Switch terminal into raw mode
  3991.         ncurses_refresh()
  3992.             Refresh screen
  3993.         ncurses_resetty()
  3994.             Restores saved terminal state
  3995.         ncurses_savetty()
  3996.             Saves terminal state
  3997.         ncurses_scr_dump()
  3998.             Dump screen content to file
  3999.         ncurses_scr_init()
  4000.             Initialize screen from file dump
  4001.         ncurses_scr_restore()
  4002.             Restore screen from file dump
  4003.         ncurses_scr_set()
  4004.             Inherit screen from file dump
  4005.         ncurses_scrl()
  4006.             Scroll window content up or down without changing current position
  4007.         ncurses_slk_attr()
  4008.             Returns current soft label key attribute
  4009.         ncurses_slk_attroff()
  4010.             
  4011.         ncurses_slk_attron()
  4012.             
  4013.         ncurses_slk_attrset()
  4014.             
  4015.         ncurses_slk_clear()
  4016.             Clears soft labels from screen
  4017.         ncurses_slk_color()
  4018.             Sets color for soft label keys
  4019.         ncurses_slk_init()
  4020.             Initializes soft label key functions
  4021.         ncurses_slk_noutrefresh()
  4022.             Copies soft label keys to virtual screen
  4023.         ncurses_slk_refresh()
  4024.             Copies soft label keys to screen
  4025.         ncurses_slk_restore()
  4026.             Restores soft label keys
  4027.         ncurses_slk_touch()
  4028.             Fources output when ncurses_slk_noutrefresh is performed
  4029.         ncurses_standend()
  4030.             Stop using 'standout' attribute
  4031.         ncurses_standout()
  4032.             Start using 'standout' attribute
  4033.         ncurses_start_color()
  4034.             Start using colors
  4035.         ncurses_termattrs()
  4036.             Returns a logical OR of all attribute flags supported by terminal
  4037.         ncurses_termname()
  4038.             Returns terminals (short)-name
  4039.         ncurses_timeout()
  4040.             Set timeout for special key sequences
  4041.         ncurses_typeahead()
  4042.             Specify different filedescriptor for typeahead checking
  4043.         ncurses_ungetch()
  4044.             Put a character back into the input stream
  4045.         ncurses_ungetmouse()
  4046.             Pushes mouse event to queue
  4047.         ncurses_use_default_colors()
  4048.             Assign terminal default colors to color id -1
  4049.         ncurses_use_env()
  4050.             Control use of environment information about terminal size
  4051.         ncurses_use_extended_names()
  4052.             Control use of extended names in terminfo descriptions
  4053.         ncurses_vidattr()
  4054.             
  4055.         ncurses_vline()
  4056.             Draw a vertical line at current position using an attributed character and max. n characters long
  4057.         ncurses_wrefresh()
  4058.             Refresh window on terminal screen
  4059.     Lotus Notes
  4060.         notes_body()
  4061.             Open the message msg_number in the specified mailbox on the specified server (leave serv
  4062.         notes_copy_db()
  4063.             Create a note using form form_name
  4064.         notes_create_db()
  4065.             Create a Lotus Notes database
  4066.         notes_create_note()
  4067.             Create a note using form form_name
  4068.         notes_drop_db()
  4069.             Drop a Lotus Notes database
  4070.         notes_find_note()
  4071.             Returns a note id found in database_name. Specify the name of the note. Leaving type bla
  4072.         notes_header_info()
  4073.             Open the message msg_number in the specified mailbox on the specified server (leave serv
  4074.         notes_list_msgs()
  4075.             Returns the notes from a selected database_name
  4076.         notes_mark_read()
  4077.             Mark a note_id as read for the User user_name
  4078.         notes_mark_unread()
  4079.             Mark a note_id as unread for the User user_name
  4080.         notes_nav_create()
  4081.             Create a navigator name, in database_name
  4082.         notes_search()
  4083.             Find notes that match keywords in database_name
  4084.         notes_unread()
  4085.             Returns the unread note id's for the current User user_name
  4086.         notes_version()
  4087.             Get the version Lotus Notes
  4088.     ODBC
  4089.         odbc_autocommit()
  4090.             Toggle autocommit behaviour
  4091.         odbc_binmode()
  4092.             Handling of binary column data
  4093.         odbc_close_all()
  4094.             Close all ODBC connections
  4095.         odbc_close()
  4096.             Close an ODBC connection
  4097.         odbc_columnprivileges()
  4098.             Returns a result identifier that can be used to fetch a list of columns and associated privileges
  4099.         odbc_columns()
  4100.             Lists the column names in specified tables. Returns a result identifier containing the information.
  4101.         odbc_commit()
  4102.             Commit an ODBC transaction
  4103.         odbc_connect()
  4104.             Connect to a datasource
  4105.         odbc_cursor()
  4106.             Get cursorname
  4107.         odbc_data_source()
  4108.             Returns information about a current connection
  4109.         odbc_do()
  4110.             Synonym for odbc_exec()
  4111.         odbc_error()
  4112.             Get the last error code
  4113.         odbc_errormsg()
  4114.             Get the last error message
  4115.         odbc_exec()
  4116.             Prepare and execute a SQL statement
  4117.         odbc_execute()
  4118.             Execute a prepared statement
  4119.         odbc_fetch_array()
  4120.             Fetch a result row as an associative array
  4121.         odbc_fetch_into()
  4122.             Fetch one result row into array
  4123.         odbc_fetch_object()
  4124.             Fetch a result row as an object
  4125.         odbc_fetch_row()
  4126.             Fetch a row
  4127.         odbc_field_len()
  4128.             Get the length (precision) of a field
  4129.         odbc_field_name()
  4130.             Get the columnname
  4131.         odbc_field_num()
  4132.             Return column number
  4133.         odbc_field_precision()
  4134.             Synonym for odbc_field_len()
  4135.         odbc_field_scale()
  4136.             Get the scale of a field
  4137.         odbc_field_type()
  4138.             Datatype of a field
  4139.         odbc_foreignkeys()
  4140.             Returns a list of foreign keys in the specified table or a list of foreign keys in other tables that refer to the primary key in the specified table
  4141.         odbc_free_result()
  4142.             Free resources associated with a result
  4143.         odbc_gettypeinfo()
  4144.             Returns a result identifier containing information about data types supported by the data source.
  4145.         odbc_longreadlen()
  4146.             Handling of LONG columns
  4147.         odbc_next_result()
  4148.             Checks if multiple results are available
  4149.         odbc_num_fields()
  4150.             Number of columns in a result
  4151.         odbc_num_rows()
  4152.             Number of rows in a result
  4153.         odbc_pconnect()
  4154.             Open a persistent database connection
  4155.         odbc_prepare()
  4156.             Prepares a statement for execution
  4157.         odbc_primarykeys()
  4158.             Returns a result identifier that can be used to fetch the column names that comprise the primary key for a table
  4159.         odbc_procedurecolumns()
  4160.             Retrieve information about parameters to procedures
  4161.         odbc_procedures()
  4162.             Get the list of procedures stored in a specific data source. Returns a result identifier containing the information.
  4163.         odbc_result_all()
  4164.             Print result as HTML table
  4165.         odbc_result()
  4166.             Get result data
  4167.         odbc_rollback()
  4168.             Rollback a transaction
  4169.         odbc_setoption()
  4170.             Adjust ODBC settings. Returns FALSE if an error occurs, otherwise TRUE.
  4171.         odbc_specialcolumns()
  4172.             Returns either the optimal set of columns that uniquely identifies a row in the table or columns that are automatically updated when any value in the row is updated by a transaction
  4173.         odbc_statistics()
  4174.             Retrieve statistics about a table
  4175.         odbc_tableprivileges()
  4176.             Lists tables and the privileges associated with each table
  4177.         odbc_tables()
  4178.             Get the list of table names stored in a specific data source. Returns a result identifier containing the information.
  4179.     Object Aggregation
  4180.         aggregate_info()
  4181.             returns an associative array of the methods and properties from each class that has been aggregated to the object.
  4182.         aggregate_methods_by_list()
  4183.             selective dynamic class methods aggregation to an object
  4184.         aggregate_methods_by_regexp()
  4185.             selective class methods aggregation to an object using a regular expression
  4186.         aggregate_methods()
  4187.             dynamic class and object aggregation of methods
  4188.         aggregate_properties_by_list()
  4189.             selective dynamic class properties aggregation to an object
  4190.         aggregate_properties_by_regexp()
  4191.             selective class properties aggregation to an object using a regular expression
  4192.         aggregate_properties()
  4193.             dynamic aggregation of class properties to an object
  4194.         aggregate()
  4195.             dynamic class and object aggregation of methods and properties
  4196.         aggregation_info()
  4197.             Alias for aggregate_info()
  4198.         deaggregate()
  4199.             Removes the aggregated methods and properties from an object
  4200.     OCI8
  4201.         OCIBindByName()
  4202.             Bind a PHP variable to an Oracle Placeholder
  4203.         OCICancel()
  4204.             Cancel reading from cursor
  4205.         ocicollappend()
  4206.             Coming soon
  4207.         ocicollassign()
  4208.             Coming soon
  4209.         OCICollAssignElem()
  4210.             Coming soon
  4211.         ocicollgetelem()
  4212.             Coming soon
  4213.         ocicollmax()
  4214.             Coming soon
  4215.         ocicollsize()
  4216.             Coming soon
  4217.         ocicolltrim()
  4218.             Coming soon
  4219.         ocicolumnisnull()
  4220.             Test whether a result column is NULL
  4221.         ocicolumnname()
  4222.             Returns the name of a column
  4223.         ocicolumnprecision()
  4224.             Coming soon
  4225.         ocicolumnscale()
  4226.             Coming soon
  4227.         ocicolumnsize()
  4228.             Return result column size
  4229.         ocicolumntype()
  4230.             Returns the data type of a column
  4231.         ocicolumntyperaw()
  4232.             Coming soon
  4233.         OCICommit()
  4234.             Commits outstanding transactions
  4235.         OCIDefineByName()
  4236.             Use a PHP variable for the define-step during a SELECT
  4237.         OCIError()
  4238.             Return the last error of stmt|conn|global
  4239.         ociexecute()
  4240.             Execute a statement
  4241.         ocifetch()
  4242.             Fetches the next row into result-buffer
  4243.         ocifetchinto()
  4244.             Fetches the next row into result-array
  4245.         ocifetchstatement()
  4246.             Fetch all rows of result data into an array
  4247.         ocifreecollection()
  4248.             Coming soon
  4249.         ocifreecursor()
  4250.             Free all resources associated with a cursor
  4251.         ocifreedesc()
  4252.             Deletes a large object descriptor
  4253.         ocifreestatement()
  4254.             Free all resources associated with a statement
  4255.         ociinternaldebug()
  4256.             Enables or disables internal debug output
  4257.         ociloadlob()
  4258.             Coming soon
  4259.         ocilogoff()
  4260.             Disconnects from Oracle server
  4261.         ocilogon()
  4262.             Establishes a connection to Oracle
  4263.         ocinewcollection()
  4264.             Coming soon
  4265.         ocinewcursor()
  4266.             Return a new cursor (Statement-Handle)
  4267.         ocinewdescriptor()
  4268.             Initialize a new empty LOB or FILE descriptor
  4269.         ocinlogon()
  4270.             Establishes a new connection to Oracle
  4271.         ocinumcols()
  4272.             Return the number of result columns in a statement
  4273.         ociparse()
  4274.             Parse a query and return an Oracle statement
  4275.         ociplogon()
  4276.             Connect to an Oracle database using a persistent connection
  4277.         ociresult()
  4278.             Returns column value for fetched row
  4279.         ocirollback()
  4280.             Rolls back outstanding transactions
  4281.         ocirowcount()
  4282.             Gets the number of affected rows
  4283.         ocisavelob()
  4284.             Coming soon
  4285.         ocisavelobfile()
  4286.             Coming soon
  4287.         ociserverversion()
  4288.             Return a string containing server version information
  4289.         ocisetprefetch()
  4290.             Sets number of rows to be prefetched
  4291.         ocistatementtype()
  4292.             Return the type of an OCI statement
  4293.         ociwritelobtofile()
  4294.             Coming soon
  4295.     OpenSSL
  4296.         openssl_csr_export_to_file()
  4297.             Exports a CSR to a file
  4298.         openssl_csr_export()
  4299.             Exports a CSR as a string
  4300.         openssl_csr_new()
  4301.             Generates a CSR
  4302.         openssl_csr_sign()
  4303.             Sign a CSR with another certificate (or itself) and generate a certificate
  4304.         openssl_error_string()
  4305.             Return openSSL error message
  4306.         openssl_free_key()
  4307.             Free key resource
  4308.         openssl_get_privatekey()
  4309.             Get a private key
  4310.         openssl_get_publickey()
  4311.             Extract public key from certificate and prepare it for use
  4312.         openssl_open()
  4313.             Open sealed data
  4314.         openssl_pkcs7_decrypt()
  4315.             Decrypts an S/MIME encrypted message
  4316.         openssl_pkcs7_encrypt()
  4317.             Encrypt an S/MIME message
  4318.         openssl_pkcs7_sign()
  4319.             sign an S/MIME message
  4320.         openssl_pkcs7_verify()
  4321.             Verifies the signature of an S/MIME signed message
  4322.         openssl_pkey_export_to_file()
  4323.             Gets an exportable representation of a key into a file
  4324.         openssl_pkey_export()
  4325.             Gets an exportable representation of a key into a string
  4326.         openssl_pkey_get_private()
  4327.             Get a private key
  4328.         openssl_pkey_get_public()
  4329.             Extract public key from certificate and prepare it for use
  4330.         openssl_pkey_new()
  4331.             Generates a new private key
  4332.         openssl_private_decrypt()
  4333.             Decrypts data with private key
  4334.         openssl_private_encrypt()
  4335.             Encrypts data with private key
  4336.         openssl_public_decrypt()
  4337.             Decrypts data with public key
  4338.         openssl_public_encrypt()
  4339.             Encrypts data with public key
  4340.         openssl_seal()
  4341.             Seal (encrypt) data
  4342.         openssl_sign()
  4343.             Generate signature
  4344.         openssl_verify()
  4345.             Verify signature
  4346.         openssl_x509_check_private_key()
  4347.             Checks if a private key corresponds to a certificate
  4348.         openssl_x509_checkpurpose()
  4349.             Verifies if a certificate can be used for a particular purpose
  4350.         openssl_x509_export_to_file()
  4351.             Exports a certificate to file
  4352.         openssl_x509_export()
  4353.             Exports a certificate as a string
  4354.         openssl_x509_free()
  4355.             Free certificate resource
  4356.         openssl_x509_parse()
  4357.             Parse an X509 certificate and return the information as an array
  4358.         openssl_x509_read()
  4359.             Parse an X.509 certificate and return a resource identifier for it
  4360.     Oracle
  4361.         Ora_Bind()
  4362.             Binds a PHP variable to an Oracle parameter
  4363.         Ora_Close()
  4364.             close an Oracle cursor
  4365.         ora_columnname()
  4366.             Get name of Oracle result column
  4367.         ora_columnsize()
  4368.             get size of Oracle result column
  4369.         ora_columntype()
  4370.             Get type of Oracle result column
  4371.         ora_commit()
  4372.             commit an Oracle transaction
  4373.         ora_commitoff()
  4374.             disable automatic commit
  4375.         Ora_CommitOn()
  4376.             enable automatic commit
  4377.         Ora_Do()
  4378.             Parse, Exec, Fetch
  4379.         ora_error()
  4380.             get Oracle error message
  4381.         ora_errorcode()
  4382.             get Oracle error code
  4383.         ora_exec()
  4384.             Execute parsed statement on an Oracle cursor
  4385.         Ora_Fetch_Into()
  4386.             Fetch a row into the specified result array
  4387.         Ora_Fetch()
  4388.             fetch a row of data from a cursor
  4389.         ora_getcolumn()
  4390.             Get data from a fetched column
  4391.         ora_logoff()
  4392.             Close an Oracle connection
  4393.         ora_logon()
  4394.             Open an Oracle connection
  4395.         ora_numcols()
  4396.             Returns the number of columns
  4397.         ora_numrows()
  4398.             Returns the number of rows
  4399.         ora_open()
  4400.             open an Oracle cursor
  4401.         ora_parse()
  4402.             Parse an SQL statement with Oracle
  4403.         ora_plogon()
  4404.             Open a persistent Oracle connection
  4405.         Ora_Rollback()
  4406.             roll back transaction
  4407.     OvrimosSQL
  4408.         ovrimos_close()
  4409.             Closes the connection to ovrimos
  4410.         ovrimos_commit()
  4411.             Commits the transaction
  4412.         ovrimos_connect()
  4413.             Connect to the specified database
  4414.         ovrimos_cursor()
  4415.             Returns the name of the cursor
  4416.         ovrimos_exec()
  4417.             Executes an SQL statement
  4418.         ovrimos_execute()
  4419.             Executes a prepared SQL statement
  4420.         ovrimos_fetch_into()
  4421.             Fetches a row from the result set
  4422.         ovrimos_fetch_row()
  4423.             Fetches a row from the result set
  4424.         ovrimos_field_len()
  4425.             Returns the length of the output column
  4426.         ovrimos_field_name()
  4427.             Returns the output column name
  4428.         ovrimos_field_num()
  4429.             Returns the (1-based) index of the output column
  4430.         ovrimos_field_type()
  4431.             Returns the (numeric) type of the output column
  4432.         ovrimos_free_result()
  4433.             Frees the specified result_id
  4434.         ovrimos_longreadlen()
  4435.             Specifies how many bytes are to be retrieved from long datatypes
  4436.         ovrimos_num_fields()
  4437.             Returns the number of columns
  4438.         ovrimos_num_rows()
  4439.             Returns the number of rows affected by update operations
  4440.         ovrimos_prepare()
  4441.             Prepares an SQL statement
  4442.         ovrimos_result_all()
  4443.             Prints the whole result set as an HTML table
  4444.         ovrimos_result()
  4445.             Retrieves the output column
  4446.         ovrimos_rollback()
  4447.             Rolls back the transaction
  4448.     Output Control
  4449.         flush()
  4450.             Flush the output buffer
  4451.         ob_clean()
  4452.             Clean (erase) the output buffer
  4453.         ob_end_clean()
  4454.             Clean (erase) the output buffer and turn off output buffering
  4455.         ob_end_flush()
  4456.             Flush (send) the output buffer and turn off output buffering
  4457.         ob_flush()
  4458.             Flush (send) the output buffer
  4459.         ob_get_clean()
  4460.             Get current buffer contents and delete current output buffer
  4461.         ob_get_contents()
  4462.             Return the contents of the output buffer
  4463.         ob_get_length()
  4464.             Return the length of the output buffer
  4465.         ob_get_level()
  4466.             Return the nesting level of the output buffering mechanism
  4467.         ob_get_status()
  4468.             Get status of output buffers
  4469.         ob_gzhandler()
  4470.             ob_start callback function to gzip output buffer
  4471.         ob_implicit_flush()
  4472.             Turn implicit flush on/off
  4473.         ob_start()
  4474.             Turn on output buffering
  4475.     Object overloading
  4476.         overload()
  4477.             Enable property and method call overloading for a class
  4478.     PDF
  4479.         pdf_add_annotation()
  4480.             Deprecated: Adds annotation
  4481.         pdf_add_bookmark()
  4482.             Adds bookmark for current page
  4483.         pdf_add_launchlink()
  4484.             Add a launch annotation for current page
  4485.         pdf_add_locallink()
  4486.             Add a link annotation for current page
  4487.         pdf_add_note()
  4488.             Add a note annotation for current page
  4489.         pdf_add_outline()
  4490.             Deprecated: Adds bookmark for current page
  4491.         pdf_add_pdflink()
  4492.             Adds file link annotation for current page
  4493.         pdf_add_thumbnail()
  4494.             Adds thumbnail for current page
  4495.         pdf_add_weblink()
  4496.             Adds weblink for current page
  4497.         pdf_arc()
  4498.             Draws an arc (counterclockwise)
  4499.         pdf_arcn()
  4500.             Draws an arc (clockwise)
  4501.         pdf_attach_file()
  4502.             Adds a file attachement for current page
  4503.         pdf_begin_page()
  4504.             Starts new page
  4505.         pdf_begin_pattern()
  4506.             Starts new pattern
  4507.         pdf_begin_template()
  4508.             Starts new template
  4509.         pdf_circle()
  4510.             Draws a circle
  4511.         pdf_clip()
  4512.             Clips to current path
  4513.         pdf_close_image()
  4514.             Closes an image
  4515.         pdf_close_pdi_page()
  4516.             Close the page handle
  4517.         pdf_close_pdi()
  4518.             Close the input PDF document
  4519.         pdf_close()
  4520.             Closes a pdf object
  4521.         pdf_closepath_fill_stroke()
  4522.             Closes, fills and strokes current path
  4523.         pdf_closepath_stroke()
  4524.             Closes path and draws line along path
  4525.         pdf_closepath()
  4526.             Closes path
  4527.         pdf_concat()
  4528.             Concatenate a matrix to the CTM
  4529.         pdf_continue_text()
  4530.             Outputs text in next line
  4531.         pdf_curveto()
  4532.             Draws a curve
  4533.         pdf_delete()
  4534.             Deletes a PDF object
  4535.         pdf_end_page()
  4536.             Ends a page
  4537.         pdf_end_pattern()
  4538.             Finish pattern
  4539.         pdf_end_template()
  4540.             Finish template
  4541.         pdf_endpath()
  4542.             Deprecated: Ends current path
  4543.         pdf_fill_stroke()
  4544.             Fills and strokes current path
  4545.         pdf_fill()
  4546.             Fills current path
  4547.         pdf_findfont()
  4548.             Prepare font for later use with pdf_setfont().
  4549.         pdf_get_buffer()
  4550.             Fetch the buffer containig the generated PDF data.
  4551.         pdf_get_font()
  4552.             Deprecated: font handling
  4553.         pdf_get_fontname()
  4554.             Deprecated: font handling
  4555.         pdf_get_fontsize()
  4556.             Deprecated: font handling
  4557.         pdf_get_image_height()
  4558.             Returns height of an image
  4559.         pdf_get_image_width()
  4560.             Returns width of an image
  4561.         pdf_get_majorversion()
  4562.             Returns the major version number of the PDFlib
  4563.         pdf_get_minorversion()
  4564.             Returns the minor version number of the PDFlib
  4565.         pdf_get_parameter()
  4566.             Gets certain parameters
  4567.         pdf_get_pdi_parameter()
  4568.             Get some PDI string parameters
  4569.         pdf_get_pdi_value()
  4570.             Gets some PDI numerical parameters
  4571.         pdf_get_value()
  4572.             Gets certain numerical value
  4573.         pdf_initgraphics()
  4574.             Resets graphic state
  4575.         pdf_lineto()
  4576.             Draws a line
  4577.         pdf_makespotcolor()
  4578.             Makes a spotcolor
  4579.         pdf_moveto()
  4580.             Sets current point
  4581.         pdf_new()
  4582.             Creates a new pdf object
  4583.         pdf_open_CCITT()
  4584.             Opens a new image file with raw CCITT data
  4585.         pdf_open_file()
  4586.             Opens a new pdf object
  4587.         pdf_open_gif()
  4588.             Deprecated: Opens a GIF image
  4589.         pdf_open_image_file()
  4590.             Reads an image from a file
  4591.         pdf_open_image()
  4592.             Versatile function for images
  4593.         pdf_open_jpeg()
  4594.             Deprecated: Opens a JPEG image
  4595.         pdf_open_memory_image()
  4596.             Opens an image created with PHP's image functions
  4597.         pdf_open_pdi_page()
  4598.             Prepare a page
  4599.         pdf_open_pdi()
  4600.             Opens a PDF file
  4601.         pdf_open_png()
  4602.             Deprecated: Opens a PNG image
  4603.         pdf_open_tiff()
  4604.             Deprecated: Opens a TIFF image
  4605.         pdf_open()
  4606.             Deprecated: Open a new pdf object
  4607.         pdf_place_image()
  4608.             Places an image on the page
  4609.         pdf_place_pdi_page()
  4610.             Places an image on the page
  4611.         pdf_rect()
  4612.             Draws a rectangle
  4613.         pdf_restore()
  4614.             Restores formerly saved environment
  4615.         pdf_rotate()
  4616.             Sets rotation
  4617.         pdf_save()
  4618.             Saves the current environment
  4619.         pdf_scale()
  4620.             Sets scaling
  4621.         pdf_set_border_color()
  4622.             Sets color of border around links and annotations
  4623.         pdf_set_border_dash()
  4624.             Sets dash style of border around links and annotations
  4625.         pdf_set_border_style()
  4626.             Sets style of border around links and annotations
  4627.         pdf_set_char_spacing()
  4628.             Deprecated: Sets character spacing
  4629.         pdf_set_duration()
  4630.             Deprecated: Sets duration between pages
  4631.         pdf_set_font()
  4632.             Deprecated: Selects a font face and size
  4633.         pdf_set_horiz_scaling()
  4634.             Sets horizontal scaling of text
  4635.         pdf_set_info_author()
  4636.             Fills the author field of the document
  4637.         pdf_set_info_creator()
  4638.             Fills the creator field of the document
  4639.         pdf_set_info_keywords()
  4640.             Fills the keywords field of the document
  4641.         pdf_set_info_subject()
  4642.             Fills the subject field of the document
  4643.         pdf_set_info_title()
  4644.             Fills the title field of the document
  4645.         pdf_set_info()
  4646.             Fills a field of the document information
  4647.         pdf_set_leading()
  4648.             Deprecated: Sets distance between text lines
  4649.         pdf_set_parameter()
  4650.             Sets certain parameters
  4651.         pdf_set_text_matrix()
  4652.             Deprecated: Sets the text matrix
  4653.         pdf_set_text_pos()
  4654.             Sets text position
  4655.         pdf_set_text_rendering()
  4656.             Deprecated: Determines how text is rendered
  4657.         pdf_set_text_rise()
  4658.             Deprecated: Sets the text rise
  4659.         pdf_set_value()
  4660.             Sets certain numerical value
  4661.         pdf_set_word_spacing()
  4662.             Depriciated: Sets spacing between words
  4663.         pdf_setcolor()
  4664.             Sets fill and stroke color
  4665.         pdf_setdash()
  4666.             Sets dash pattern
  4667.         pdf_setflat()
  4668.             Sets flatness
  4669.         pdf_setfont()
  4670.             Set the current font
  4671.         pdf_setgray_fill()
  4672.             Sets filling color to gray value
  4673.         pdf_setgray_stroke()
  4674.             Sets drawing color to gray value
  4675.         pdf_setgray()
  4676.             Sets drawing and filling color to gray value
  4677.         pdf_setlinecap()
  4678.             Sets linecap parameter
  4679.         pdf_setlinejoin()
  4680.             Sets linejoin parameter
  4681.         pdf_setlinewidth()
  4682.             Sets line width
  4683.         pdf_setmatrix()
  4684.             Sets current transformation matrix
  4685.         pdf_setmiterlimit()
  4686.             Sets miter limit
  4687.         pdf_setpolydash()
  4688.             Sets complicated dash pattern
  4689.         pdf_setrgbcolor_fill()
  4690.             Sets filling color to rgb color value
  4691.         pdf_setrgbcolor_stroke()
  4692.             Sets drawing color to rgb color value
  4693.         pdf_setrgbcolor()
  4694.             Sets drawing and filling color to rgb color value
  4695.         pdf_show_boxed()
  4696.             Output text in a box
  4697.         pdf_show_xy()
  4698.             Output text at given position
  4699.         pdf_show()
  4700.             Output text at current position
  4701.         pdf_skew()
  4702.             Skews the coordinate system
  4703.         pdf_stringwidth()
  4704.             Returns width of text using current font
  4705.         pdf_stroke()
  4706.             Draws line along path
  4707.         pdf_translate()
  4708.             Sets origin of coordinate system
  4709.     Verisign Payflow Pro
  4710.         pfpro_cleanup()
  4711.             Shuts down the Payflow Pro library
  4712.         pfpro_init()
  4713.             Initialises the Payflow Pro library
  4714.         pfpro_process_raw()
  4715.             Process a raw transaction with Payflow Pro
  4716.         pfpro_process()
  4717.             Process a transaction with Payflow Pro
  4718.         pfpro_version()
  4719.             Returns the version of the Payflow Pro software
  4720.     PHP Options/Info
  4721.         assert_options()
  4722.             Set/get the various assert flags
  4723.         assert()
  4724.             Checks if assertion is FALSE
  4725.         dl()
  4726.             Loads a PHP extension at runtime
  4727.         extension_loaded()
  4728.             Find out whether an extension is loaded
  4729.         get_cfg_var()
  4730.             Gets the value of a PHP configuration option
  4731.         get_current_user()
  4732.             Gets the name of the owner of the current PHP script
  4733.         get_defined_constants()
  4734.             Returns an associative array with the names of all the constants and their values
  4735.         get_extension_funcs()
  4736.             Returns an array with the names of the functions of a module
  4737.         get_include_path()
  4738.             Gets the current include_path configuration option
  4739.         get_included_files()
  4740.             Returns an array with the names of included or required files
  4741.         get_loaded_extensions()
  4742.             Returns an array with the names of all modules compiled and loaded
  4743.         get_magic_quotes_gpc()
  4744.             Gets the current active configuration setting of magic quotes gpc
  4745.         get_magic_quotes_runtime()
  4746.             Gets the current active configuration setting of magic_quotes_runtime
  4747.         get_required_files()
  4748.             Alias of get_included_files()
  4749.         getenv()
  4750.             Gets the value of an environment variable
  4751.         getlastmod()
  4752.             Gets time of last page modification
  4753.         getmygid()
  4754.             Get PHP script owner's GID
  4755.         getmyinode()
  4756.             Gets the inode of the current script
  4757.         getmypid()
  4758.             Gets PHP's process ID
  4759.         getmyuid()
  4760.             Gets PHP script owner's UID
  4761.         getopt()
  4762.             Gets options from the command line argument list
  4763.         getrusage()
  4764.             Gets the current resource usages
  4765.         ini_alter()
  4766.             Alias of ini_set()
  4767.         ini_get_all()
  4768.             Gets all configuration options
  4769.         ini_get()
  4770.             Gets the value of a configuration option
  4771.         ini_restore()
  4772.             Restores the value of a configuration option
  4773.         ini_set()
  4774.             Sets the value of a configuration option
  4775.         main()
  4776.             Dummy for main()
  4777.         php_ini_scanned_files()
  4778.             Return a list of .ini files parsed from the additional ini dir
  4779.         php_logo_guid()
  4780.             Gets the logo guid
  4781.         php_sapi_name()
  4782.             Returns the type of interface between web server and PHP
  4783.         php_uname()
  4784.             Returns information about the operating system PHP was built on
  4785.         phpcredits()
  4786.             Prints out the credits for PHP
  4787.         phpinfo()
  4788.             Outputs lots of PHP information
  4789.         phpversion()
  4790.             Gets the current PHP version
  4791.         putenv()
  4792.             Sets the value of an environment variable
  4793.         restore_include_path()
  4794.             Restores the value of the include_path configuration option
  4795.         set_include_path()
  4796.             Sets the include_path configuration option
  4797.         set_magic_quotes_runtime()
  4798.             Sets the current active configuration setting of magic_quotes_runtime
  4799.         set_time_limit()
  4800.             Limits the maximum execution time
  4801.         version_compare()
  4802.             Compares two "PHP-standardized" version number strings
  4803.         zend_logo_guid()
  4804.             Gets the zend guid
  4805.         zend_version()
  4806.             Gets the version of the current Zend engine
  4807.     POSIX
  4808.         posix_ctermid()
  4809.             Get path name of controlling terminal
  4810.         posix_get_last_error()
  4811.             Retrieve the error number set by the last posix function that failed.
  4812.         posix_getcwd()
  4813.             Pathname of current directory
  4814.         posix_getegid()
  4815.             Return the effective group ID of the current process
  4816.         posix_geteuid()
  4817.             Return the effective user ID of the current process
  4818.         posix_getgid()
  4819.             Return the real group ID of the current process
  4820.         posix_getgrgid()
  4821.             Return info about a group by group id
  4822.         posix_getgrnam()
  4823.             Return info about a group by name
  4824.         posix_getgroups()
  4825.             Return the group set of the current process
  4826.         posix_getlogin()
  4827.             Return login name
  4828.         posix_getpgid()
  4829.             Get process group id for job control
  4830.         posix_getpgrp()
  4831.             Return the current process group identifier
  4832.         posix_getpid()
  4833.             Return the current process identifier
  4834.         posix_getppid()
  4835.             Return the parent process identifier
  4836.         posix_getpwnam()
  4837.             Return info about a user by username
  4838.         posix_getpwuid()
  4839.             Return info about a user by user id
  4840.         posix_getrlimit()
  4841.             Return info about system ressource limits
  4842.         posix_getsid()
  4843.             Get the current sid of the process
  4844.         posix_getuid()
  4845.             Return the real user ID of the current process
  4846.         posix_isatty()
  4847.             Determine if a file descriptor is an interactive terminal
  4848.         posix_kill()
  4849.             Send a signal to a process
  4850.         posix_mkfifo()
  4851.             Create a fifo special file (a named pipe)
  4852.         posix_setegid()
  4853.             Set the effective GID of the current process
  4854.         posix_seteuid()
  4855.             Set the effective UID of the current process
  4856.         posix_setgid()
  4857.             Set the GID of the current process
  4858.         posix_setpgid()
  4859.             set process group id for job control
  4860.         posix_setsid()
  4861.             Make the current process a session leader
  4862.         posix_setuid()
  4863.             Set the UID of the current process
  4864.         posix_strerror()
  4865.             Retrieve the system error message associated with the given errno.
  4866.         posix_times()
  4867.             Get process times
  4868.         posix_ttyname()
  4869.             Determine terminal device name
  4870.         posix_uname()
  4871.             Get system name
  4872.     PostgreSQL
  4873.         pg_affected_rows()
  4874.             Returns number of affected records(tuples)
  4875.         pg_cancel_query()
  4876.             Cancel async query
  4877.         pg_client_encoding()
  4878.             Get the client encoding
  4879.         pg_close()
  4880.             Close a PostgreSQL connection
  4881.         pg_connect()
  4882.             Open a PostgreSQL connection
  4883.         pg_connection_busy()
  4884.             Get connection is busy or not
  4885.         pg_connection_reset()
  4886.             Reset connection (reconnect)
  4887.         pg_connection_status()
  4888.             Get connection status
  4889.         pg_convert()
  4890.             Convert associative array value into suitable for SQL statement.
  4891.         pg_copy_from()
  4892.             Insert records into a table from an array
  4893.         pg_copy_to()
  4894.             Copy a table to an array
  4895.         pg_dbname()
  4896.             Get the database name
  4897.         pg_delete()
  4898.             Delete records.
  4899.         pg_end_copy()
  4900.             Sync with PostgreSQL backend
  4901.         pg_escape_bytea()
  4902.             Escape binary for bytea type
  4903.         pg_escape_string()
  4904.             Escape string for text/char type
  4905.         pg_fetch_all()
  4906.             Fetch a row as an array
  4907.         pg_fetch_array()
  4908.             Fetch a row as an array
  4909.         pg_fetch_assoc()
  4910.             Fetch a row as an array
  4911.         pg_fetch_object()
  4912.             Fetch a row as an object
  4913.         pg_fetch_result()
  4914.             Returns values from a result resource
  4915.         pg_fetch_row()
  4916.             Get a row as an enumerated array
  4917.         pg_field_is_null()
  4918.             Test if a field is NULL
  4919.         pg_field_name()
  4920.             Returns the name of a field
  4921.         pg_field_num()
  4922.             Returns the field number of the named field
  4923.         pg_field_prtlen()
  4924.             Returns the printed length
  4925.         pg_field_size()
  4926.             Returns the internal storage size of the named field
  4927.         pg_field_type()
  4928.             Returns the type name for the corresponding field number
  4929.         pg_free_result()
  4930.             Free result memory
  4931.         pg_get_notify()
  4932.             Ping database connection
  4933.         pg_get_pid()
  4934.             Ping database connection
  4935.         pg_get_result()
  4936.             Get asynchronous query result
  4937.         pg_host()
  4938.             Returns the host name associated with the connection
  4939.         pg_insert()
  4940.             Insert array into table.
  4941.         pg_last_error()
  4942.             Get the last error message string of a connection
  4943.         pg_last_notice()
  4944.             Returns the last notice message from PostgreSQL server
  4945.         pg_last_oid()
  4946.             Returns the last object's oid
  4947.         pg_lo_close()
  4948.             Close a large object
  4949.         pg_lo_create()
  4950.             Create a large object
  4951.         pg_lo_export()
  4952.             Export a large object to file
  4953.         pg_lo_import()
  4954.             Import a large object from file
  4955.         pg_lo_open()
  4956.             Open a large object
  4957.         pg_lo_read_all()
  4958.             Reads an entire large object and send straight to browser
  4959.         pg_lo_read()
  4960.             Read a large object
  4961.         pg_lo_seek()
  4962.             Seeks position of large object
  4963.         pg_lo_tell()
  4964.             Returns current position of large object
  4965.         pg_lo_unlink()
  4966.             Delete a large object
  4967.         pg_lo_write()
  4968.             Write a large object
  4969.         pg_meta_data()
  4970.             Get meta data for table.
  4971.         pg_num_fields()
  4972.             Returns the number of fields
  4973.         pg_num_rows()
  4974.             Returns the number of rows
  4975.         pg_options()
  4976.             Get the options associated with the connection
  4977.         pg_pconnect()
  4978.             Open a persistent PostgreSQL connection
  4979.         pg_ping()
  4980.             Ping database connection
  4981.         pg_port()
  4982.             Return the port number associated with the connection
  4983.         pg_put_line()
  4984.             Send a NULL-terminated string to PostgreSQL backend
  4985.         pg_query()
  4986.             Execute a query
  4987.         pg_result_error()
  4988.             Get error message associated with result
  4989.         pg_result_seek()
  4990.             Set internal row offset in result resource
  4991.         pg_result_status()
  4992.             Get status of query result
  4993.         pg_select()
  4994.             Select records.
  4995.         pg_send_query()
  4996.             Send asynchronous query
  4997.         pg_set_client_encoding()
  4998.             Set the client encoding
  4999.         pg_trace()
  5000.             Enable tracing a PostgreSQL connection
  5001.         pg_tty()
  5002.             Return the tty name associated with the connection
  5003.         pg_unescape_bytea()
  5004.             Escape binary for bytea type
  5005.         pg_untrace()
  5006.             Disable tracing of a PostgreSQL connection
  5007.         pg_update()
  5008.             Update table.
  5009.     PCNTL
  5010.         pcntl_exec()
  5011.             Executes specified program in current process space
  5012.         pcntl_fork()
  5013.             Forks the currently running process
  5014.         pcntl_signal()
  5015.             Installs a signal handler
  5016.         pcntl_waitpid()
  5017.             Waits on or returns the status of a forked child
  5018.         pcntl_wexitstatus()
  5019.             Returns the return code of a terminated child
  5020.         pcntl_wifexited()
  5021.             Returns TRUE if status code represents a successful exit
  5022.         pcntl_wifsignaled()
  5023.             Returns TRUE if status code represents a termination due to a signal
  5024.         pcntl_wifstopped()
  5025.             Returns TRUE if child process is currently stopped
  5026.         pcntl_wstopsig()
  5027.             Returns the signal which caused the child to stop
  5028.         pcntl_wtermsig()
  5029.             Returns the signal which caused the child to terminate
  5030.     Program Execution
  5031.         escapeshellarg()
  5032.             escape a string to be used as a shell argument
  5033.         escapeshellcmd()
  5034.             escape shell metacharacters
  5035.         exec()
  5036.             Execute an external program
  5037.         passthru()
  5038.             Execute an external program and display raw output
  5039.         proc_close()
  5040.             Close a process opened by proc_open() and return the exit code of that process.
  5041.         proc_get_status()
  5042.             Get information about a process opened by proc_open()
  5043.         proc_nice()
  5044.             Change the priority of the current process
  5045.         proc_open()
  5046.             Execute a command and open file pointers for input/output
  5047.         proc_terminate()
  5048.             kills a process opened by proc_open
  5049.         shell_exec()
  5050.             Execute command via shell and return complete output as string
  5051.         system()
  5052.             Execute an external program and display output
  5053.     Printer
  5054.         printer_abort()
  5055.             Deletes the printer's spool file
  5056.         printer_close()
  5057.             Close an open printer connection
  5058.         printer_create_brush()
  5059.             Create a new brush
  5060.         printer_create_dc()
  5061.             Create a new device context
  5062.         printer_create_font()
  5063.             Create a new font
  5064.         printer_create_pen()
  5065.             Create a new pen
  5066.         printer_delete_brush()
  5067.             Delete a brush
  5068.         printer_delete_dc()
  5069.             Delete a device context
  5070.         printer_delete_font()
  5071.             Delete a font
  5072.         printer_delete_pen()
  5073.             Delete a pen
  5074.         printer_draw_bmp()
  5075.             Draw a bmp
  5076.         printer_draw_chord()
  5077.             Draw a chord
  5078.         printer_draw_elipse()
  5079.             Draw an ellipse
  5080.         printer_draw_line()
  5081.             Draw a line
  5082.         printer_draw_pie()
  5083.             Draw a pie
  5084.         printer_draw_rectangle()
  5085.             Draw a rectangle
  5086.         printer_draw_roundrect()
  5087.             Draw a rectangle with rounded corners
  5088.         printer_draw_text()
  5089.             Draw text
  5090.         printer_end_doc()
  5091.             Close document
  5092.         printer_end_page()
  5093.             Close active page
  5094.         printer_get_option()
  5095.             Retrieve printer configuration data
  5096.         printer_list()
  5097.             Return an array of printers attached to the server
  5098.         printer_logical_fontheight()
  5099.             Get logical font height
  5100.         printer_open()
  5101.             Open connection to a printer
  5102.         printer_select_brush()
  5103.             Select a brush
  5104.         printer_select_font()
  5105.             Select a font
  5106.         printer_select_pen()
  5107.             Select a pen
  5108.         printer_set_option()
  5109.             Configure the printer connection
  5110.         printer_start_doc()
  5111.             Start a new document
  5112.         printer_start_page()
  5113.             Start a new page
  5114.         printer_write()
  5115.             Write data to the printer
  5116.     Pspell
  5117.         pspell_add_to_personal()
  5118.             Add the word to a personal wordlist
  5119.         pspell_add_to_session()
  5120.             Add the word to the wordlist in the current session
  5121.         pspell_check()
  5122.             Check a word
  5123.         pspell_clear_session()
  5124.             Clear the current session
  5125.         pspell_config_create()
  5126.             Create a config used to open a dictionary
  5127.         pspell_config_ignore()
  5128.             Ignore words less than N characters long
  5129.         pspell_config_mode()
  5130.             Change the mode number of suggestions returned
  5131.         pspell_config_personal()
  5132.             Set a file that contains personal wordlist
  5133.         pspell_config_repl()
  5134.             Set a file that contains replacement pairs
  5135.         pspell_config_runtogether()
  5136.             Consider run-together words as valid compounds
  5137.         pspell_config_save_repl()
  5138.             Determine whether to save a replacement pairs list along with the wordlist
  5139.         pspell_new_config()
  5140.             Load a new dictionary with settings based on a given config
  5141.         pspell_new_personal()
  5142.             Load a new dictionary with personal wordlist
  5143.         pspell_new()
  5144.             Load a new dictionary
  5145.         pspell_save_wordlist()
  5146.             Save the personal wordlist to a file
  5147.         pspell_store_replacement()
  5148.             Store a replacement pair for a word
  5149.         pspell_suggest()
  5150.             Suggest spellings of a word
  5151.     Readline
  5152.         readline_add_history()
  5153.             Adds a line to the history
  5154.         readline_clear_history()
  5155.             Clears the history
  5156.         readline_completion_function()
  5157.             Registers a completion function
  5158.         readline_info()
  5159.             Gets/sets various internal readline variables
  5160.         readline_list_history()
  5161.             Lists the history
  5162.         readline_read_history()
  5163.             Reads the history
  5164.         readline_write_history()
  5165.             Writes the history
  5166.         readline()
  5167.             Reads a line
  5168.     Recode
  5169.         recode_file()
  5170.             Recode from file to file according to recode request
  5171.         recode_string()
  5172.             Recode a string according to a recode request
  5173.         recode()
  5174.             Alias for recode_string()
  5175.     PCRE
  5176.         Pattern Modifiers()
  5177.             Describes possible modifiers in regex patterns
  5178.         Pattern Syntax()
  5179.             Describes PCRE regex syntax
  5180.         preg_grep()
  5181.             Return array entries that match the pattern
  5182.         preg_match_all()
  5183.             Perform a global regular expression match
  5184.         preg_match()
  5185.             Perform a regular expression match
  5186.         preg_quote()
  5187.             Quote regular expression characters
  5188.         preg_replace_callback()
  5189.             Perform a regular expression search and replace using a callback
  5190.         preg_replace()
  5191.             Perform a regular expression search and replace
  5192.         preg_split()
  5193.             Split string by a regular expression
  5194.     qtdom
  5195.         qdom_error()
  5196.             Returns the error string from the last QDOM operation or FALSE if no errors occured
  5197.         qdom_tree()
  5198.             creates a tree of an xml string
  5199.     Regexps
  5200.         ereg_replace()
  5201.             Replace regular expression
  5202.         ereg()
  5203.             Regular expression match
  5204.         eregi_replace()
  5205.             replace regular expression case insensitive
  5206.         eregi()
  5207.             case insensitive regular expression match
  5208.         split()
  5209.             split string into array by regular expression
  5210.         spliti()
  5211.             Split string into array by regular expression case insensitive
  5212.         sql_regcase()
  5213.             Make regular expression for case insensitive match
  5214.     Semaphore
  5215.         ftok()
  5216.             Convert a pathname and a project identifier to a System V IPC key
  5217.         msg_get_queue()
  5218.             Create or attach to a message queue
  5219.         msg_receive()
  5220.             Receive a message from a message queue
  5221.         msg_remove_queue()
  5222.             Destroy a message queue
  5223.         msg_send()
  5224.             Send a message to a message queue
  5225.         msg_set_queue()
  5226.             Set information in the message queue data structure
  5227.         msg_stat_queue()
  5228.             Returns information from the message queue data structure
  5229.         sem_acquire()
  5230.             Acquire a semaphore
  5231.         sem_get()
  5232.             Get a semaphore id
  5233.         sem_release()
  5234.             Release a semaphore
  5235.         sem_remove()
  5236.             Remove a semaphore
  5237.         shm_attach()
  5238.             Creates or open a shared memory segment
  5239.         shm_detach()
  5240.             Disconnects from shared memory segment
  5241.         shm_get_var()
  5242.             Returns a variable from shared memory
  5243.         shm_put_var()
  5244.             Inserts or updates a variable in shared memory
  5245.         shm_remove_var()
  5246.             Removes a variable from shared memory
  5247.         shm_remove()
  5248.             Removes shared memory from Unix systems
  5249.     SESAM
  5250.         sesam_affected_rows()
  5251.             Get number of rows affected by an immediate query
  5252.         sesam_commit()
  5253.             Commit pending updates to the SESAM database
  5254.         sesam_connect()
  5255.             Open SESAM database connection
  5256.         sesam_diagnostic()
  5257.             Return status information for last SESAM call
  5258.         sesam_disconnect()
  5259.             Detach from SESAM connection
  5260.         sesam_errormsg()
  5261.             Returns error message of last SESAM call
  5262.         sesam_execimm()
  5263.             Execute an "immediate" SQL-statement
  5264.         sesam_fetch_array()
  5265.             Fetch one row as an associative array
  5266.         sesam_fetch_result()
  5267.             Return all or part of a query result
  5268.         sesam_fetch_row()
  5269.             Fetch one row as an array
  5270.         sesam_field_array()
  5271.             Return meta information about individual columns in a result
  5272.         sesam_field_name()
  5273.             Return one column name of the result set
  5274.         sesam_free_result()
  5275.             Releases resources for the query
  5276.         sesam_num_fields()
  5277.             Return the number of fields/columns in a result set
  5278.         sesam_query()
  5279.             Perform a SESAM SQL query and prepare the result
  5280.         sesam_rollback()
  5281.             Discard any pending updates to the SESAM database
  5282.         sesam_seek_row()
  5283.             Set scrollable cursor mode for subsequent fetches
  5284.         sesam_settransaction()
  5285.             Set SESAM transaction parameters
  5286.     Sessions
  5287.         session_cache_expire()
  5288.             Return current cache expire
  5289.         session_cache_limiter()
  5290.             Get and/or set the current cache limiter
  5291.         session_decode()
  5292.             Decodes session data from a string
  5293.         session_destroy()
  5294.             Destroys all data registered to a session
  5295.         session_encode()
  5296.             Encodes the current session data as a string
  5297.         session_get_cookie_params()
  5298.             Get the session cookie parameters
  5299.         session_id()
  5300.             Get and/or set the current session id
  5301.         session_is_registered()
  5302.             Find out whether a global variable is registered in a session
  5303.         session_module_name()
  5304.             Get and/or set the current session module
  5305.         session_name()
  5306.             Get and/or set the current session name
  5307.         session_regenerate_id()
  5308.             Update the current session id with a newly generated one
  5309.         session_register()
  5310.             Register one or more global variables with the current session
  5311.         session_save_path()
  5312.             Get and/or set the current session save path
  5313.         session_set_cookie_params()
  5314.             Set the session cookie parameters
  5315.         session_set_save_handler()
  5316.             Sets user-level session storage functions
  5317.         session_start()
  5318.             Initialize session data
  5319.         session_unregister()
  5320.             Unregister a global variable from the current session
  5321.         session_unset()
  5322.             Free all session variables
  5323.         session_write_close()
  5324.             Write session data and end session
  5325.     shmop
  5326.         shmop_close()
  5327.             Close shared memory block
  5328.         shmop_delete()
  5329.             Delete shared memory block
  5330.         shmop_open()
  5331.             Create or open shared memory block
  5332.         shmop_read()
  5333.             Read data from shared memory block
  5334.         shmop_size()
  5335.             Get size of shared memory block
  5336.         shmop_write()
  5337.             Write data into shared memory block
  5338.     SWF
  5339.         swf_actiongeturl()
  5340.             Get a URL from a Shockwave Flash movie
  5341.         swf_actiongotoframe()
  5342.             Play a frame and then stop
  5343.         swf_actiongotolabel()
  5344.             Display a frame with the specified label
  5345.         swf_actionnextframe()
  5346.             Go foward one frame
  5347.         swf_actionplay()
  5348.             Start playing the flash movie from the current frame
  5349.         swf_actionprevframe()
  5350.             Go backwards one frame
  5351.         swf_actionsettarget()
  5352.             Set the context for actions
  5353.         swf_actionstop()
  5354.             Stop playing the flash movie at the current frame
  5355.         swf_actiontogglequality()
  5356.             Toggle between low and high quality
  5357.         swf_actionwaitforframe()
  5358.             Skip actions if a frame has not been loaded
  5359.         swf_addbuttonrecord()
  5360.             Controls location, appearance and active area of the current button
  5361.         swf_addcolor()
  5362.             Set the global add color to the rgba value specified
  5363.         swf_closefile()
  5364.             Close the current Shockwave Flash file
  5365.         swf_definebitmap()
  5366.             Define a bitmap
  5367.         swf_definefont()
  5368.             Defines a font
  5369.         swf_defineline()
  5370.             Define a line
  5371.         swf_definepoly()
  5372.             Define a polygon
  5373.         swf_definerect()
  5374.             Define a rectangle
  5375.         swf_definetext()
  5376.             Define a text string
  5377.         swf_endbutton()
  5378.             End the definition of the current button
  5379.         swf_enddoaction()
  5380.             End the current action
  5381.         swf_endshape()
  5382.             Completes the definition of the current shape
  5383.         swf_endsymbol()
  5384.             End the definition of a symbol
  5385.         swf_fontsize()
  5386.             Change the font size
  5387.         swf_fontslant()
  5388.             Set the font slant
  5389.         swf_fonttracking()
  5390.             Set the current font tracking
  5391.         swf_getbitmapinfo()
  5392.             Get information about a bitmap
  5393.         swf_getfontinfo()
  5394.             The height in pixels of a capital A and a lowercase x
  5395.         swf_getframe()
  5396.             Get the frame number of the current frame
  5397.         swf_labelframe()
  5398.             Label the current frame
  5399.         swf_lookat()
  5400.             Define a viewing transformation
  5401.         swf_modifyobject()
  5402.             Modify an object
  5403.         swf_mulcolor()
  5404.             Sets the global multiply color to the rgba value specified
  5405.         swf_nextid()
  5406.             Returns the next free object id
  5407.         swf_oncondition()
  5408.             Describe a transition used to trigger an action list
  5409.         swf_openfile()
  5410.             Open a new Shockwave Flash file
  5411.         swf_ortho2()
  5412.             Defines 2D orthographic mapping of user coordinates onto the current viewport
  5413.         swf_ortho()
  5414.             Defines an orthographic mapping of user coordinates onto the current viewport
  5415.         swf_perspective()
  5416.             Define a perspective projection transformation
  5417.         swf_placeobject()
  5418.             Place an object onto the screen
  5419.         swf_polarview()
  5420.             Define the viewer's position with polar coordinates
  5421.         swf_popmatrix()
  5422.             Restore a previous transformation matrix
  5423.         swf_posround()
  5424.             Enables or Disables the rounding of the translation when objects are placed or moved
  5425.         swf_pushmatrix()
  5426.             Push the current transformation matrix back unto the stack
  5427.         swf_removeobject()
  5428.             Remove an object
  5429.         swf_rotate()
  5430.             Rotate the current transformation
  5431.         swf_scale()
  5432.             Scale the current transformation
  5433.         swf_setfont()
  5434.             Change the current font
  5435.         swf_setframe()
  5436.             Switch to a specified frame
  5437.         swf_shapearc()
  5438.             Draw a circular arc
  5439.         swf_shapecurveto3()
  5440.             Draw a cubic bezier curve
  5441.         swf_shapecurveto()
  5442.             Draw a quadratic bezier curve between two points
  5443.         swf_shapefillbitmapclip()
  5444.             Set current fill mode to clipped bitmap
  5445.         swf_shapefillbitmaptile()
  5446.             Set current fill mode to tiled bitmap
  5447.         swf_shapefilloff()
  5448.             Turns off filling
  5449.         swf_shapefillsolid()
  5450.             Set the current fill style to the specified color
  5451.         swf_shapelinesolid()
  5452.             Set the current line style
  5453.         swf_shapelineto()
  5454.             Draw a line
  5455.         swf_shapemoveto()
  5456.             Move the current position
  5457.         swf_showframe()
  5458.             Display the current frame
  5459.         swf_startbutton()
  5460.             Start the definition of a button
  5461.         swf_startdoaction()
  5462.             Start a description of an action list for the current frame
  5463.         swf_startshape()
  5464.             Start a complex shape
  5465.         swf_startsymbol()
  5466.             Define a symbol
  5467.         swf_textwidth()
  5468.             Get the width of a string
  5469.         swf_translate()
  5470.             Translate the current transformations
  5471.         swf_viewport()
  5472.             Select an area for future drawing
  5473.     SNMP
  5474.         snmp_get_quick_print()
  5475.             Fetch the current value of the UCD library's quick_print setting
  5476.         snmp_set_quick_print()
  5477.             Set the value of quick_print within the UCD SNMP library
  5478.         snmpget()
  5479.             Fetch an SNMP object
  5480.         snmprealwalk()
  5481.             Return all objects including their respective object ID within the specified one
  5482.         snmpset()
  5483.             Set an SNMP object
  5484.         snmpwalk()
  5485.             Fetch all the SNMP objects from an agent
  5486.         snmpwalkoid()
  5487.             Query for a tree of information about a network entity
  5488.     Sockets
  5489.         socket_accept()
  5490.             Accepts a connection on a socket
  5491.         socket_bind()
  5492.             Binds a name to a socket
  5493.         socket_clear_error()
  5494.             Clears the error on the socket or the last error code
  5495.         socket_close()
  5496.             Closes a socket resource
  5497.         socket_connect()
  5498.             Initiates a connection on a socket
  5499.         socket_create_listen()
  5500.             Opens a socket on port to accept connections
  5501.         socket_create_pair()
  5502.             Creates a pair of indistinguishable sockets and stores them in fds.
  5503.         socket_create()
  5504.             Create a socket (endpoint for communication)
  5505.         socket_get_option()
  5506.             Gets socket options for the socket
  5507.         socket_getpeername()
  5508.             Queries the remote side of the given socket which may either result in host/port or in a UNIX filesystem path, dependent on its type.
  5509.         socket_getsockname()
  5510.             Queries the local side of the given socket which may either result in host/port or in a UNIX filesystem path, dependent on its type.
  5511.         socket_iovec_add()
  5512.             Adds a new vector to the scatter/gather array
  5513.         socket_iovec_alloc()
  5514.             Builds a 'struct iovec' for use with sendmsg, recvmsg, writev, and readv
  5515.         socket_iovec_delete()
  5516.             Deletes a vector from an array of vectors
  5517.         socket_iovec_fetch()
  5518.             Returns the data held in the iovec specified by iovec_id[iovec_position]
  5519.         socket_iovec_free()
  5520.             Frees the iovec specified by iovec_id
  5521.         socket_iovec_set()
  5522.             Sets the data held in iovec_id[iovec_position] to new_val
  5523.         socket_last_error()
  5524.             Returns the last error on the socket
  5525.         socket_listen()
  5526.             Listens for a connection on a socket
  5527.         socket_read()
  5528.             Reads a maximum of length bytes from a socket
  5529.         socket_readv()
  5530.             Reads from an fd, using the scatter-gather array defined by iovec_id
  5531.         socket_recv()
  5532.             Receives data from a connected socket
  5533.         socket_recvfrom()
  5534.             Receives data from a socket, connected or not
  5535.         socket_recvmsg()
  5536.             Used to receive messages on a socket, whether connection-oriented or not
  5537.         socket_select()
  5538.             Runs the select() system call on the given arrays of sockets with a timeout specified by tv_sec and tv_usec
  5539.         socket_send()
  5540.             Sends data to a connected socket
  5541.         socket_sendmsg()
  5542.             Sends a message to a socket, regardless of whether it is connection-oriented or not
  5543.         socket_sendto()
  5544.             Sends a message to a socket, whether it is connected or not
  5545.         socket_set_block()
  5546.             Sets blocking mode on a socket resource
  5547.         socket_set_nonblock()
  5548.             Sets nonblocking mode for file descriptor fd
  5549.         socket_set_option()
  5550.             Sets socket options for the socket
  5551.         socket_shutdown()
  5552.             Shuts down a socket for receiving, sending, or both.
  5553.         socket_strerror()
  5554.             Return a string describing a socket error
  5555.         socket_write()
  5556.             Write to a socket
  5557.         socket_writev()
  5558.             Writes to a file descriptor, fd, using the scatter-gather array defined by iovec_id
  5559.     Streams
  5560.         stream_context_create()
  5561.             Create a streams context
  5562.         stream_context_get_options()
  5563.             Retrieve options for a stream/wrapper/context
  5564.         stream_context_set_option()
  5565.             Sets an option for a stream/wrapper/context
  5566.         stream_context_set_params()
  5567.             Set parameters for a stream/wrapper/context
  5568.         stream_copy_to_stream()
  5569.             Copies data from one stream to another
  5570.         stream_filter_append()
  5571.             Attach a filter to a stream.
  5572.         stream_filter_prepend()
  5573.             Attach a filter to a stream.
  5574.         stream_filter_register()
  5575.             Register a stream filter implemented as a PHP class derived from php_user_filter
  5576.         stream_get_filters()
  5577.             Retrieve list of registered filters
  5578.         stream_get_line()
  5579.             Gets line from stream resource up to a given delimiter
  5580.         stream_get_meta_data()
  5581.             Retrieves header/meta data from streams/file pointers
  5582.         stream_get_transports()
  5583.             Retrieve list of registered socket transports
  5584.         stream_get_wrappers()
  5585.             Retrieve list of registered streams
  5586.         stream_register_wrapper()
  5587.             Alias of stream_wrapper_register()
  5588.         stream_select()
  5589.             Runs the equivalent of the select() system call on the given arrays of streams with a timeout specified by tv_sec and tv_usec
  5590.         stream_set_blocking()
  5591.             Set blocking/non-blocking mode on a stream
  5592.         stream_set_timeout()
  5593.             Set timeout period on a stream
  5594.         stream_set_write_buffer()
  5595.             Sets file buffering on the given stream
  5596.         stream_socket_accept()
  5597.             Accept a connection on a socket created by stream_socket_server()
  5598.         stream_socket_client()
  5599.             Open Internet or Unix domain socket connection
  5600.         stream_socket_get_name()
  5601.             Retrieve the name of the local or remote sockets
  5602.         stream_socket_server()
  5603.             Create an Internet or Unix domain server socket
  5604.         stream_wrapper_register()
  5605.             Register a URL wrapper implemented as a PHP class
  5606.     Strings
  5607.         addcslashes()
  5608.             Quote string with slashes in a C style
  5609.         addslashes()
  5610.             Quote string with slashes
  5611.         bin2hex()
  5612.             Convert binary data into hexadecimal representation
  5613.         chop()
  5614.             Alias of rtrim()
  5615.         chr()
  5616.             Return a specific character
  5617.         chunk_split()
  5618.             Split a string into smaller chunks
  5619.         convert_cyr_string()
  5620.             Convert from one Cyrillic character set to another
  5621.         count_chars()
  5622.             Return information about characters used in a string
  5623.         crc32()
  5624.             Calculates the crc32 polynomial of a string
  5625.         crypt()
  5626.             One-way string encryption (hashing)
  5627.         echo()
  5628.             Output one or more strings
  5629.         explode()
  5630.             Split a string by string
  5631.         fprintf()
  5632.             Write a formatted string to a stream
  5633.         get_html_translation_table()
  5634.             Returns the translation table used by htmlspecialchars() and htmlentities()
  5635.         hebrev()
  5636.             Convert logical Hebrew text to visual text
  5637.         hebrevc()
  5638.             Convert logical Hebrew text to visual text with newline conversion
  5639.         html_entity_decode()
  5640.             Convert all HTML entities to their applicable characters
  5641.         htmlentities()
  5642.             Convert all applicable characters to HTML entities
  5643.         htmlspecialchars()
  5644.             Convert special characters to HTML entities
  5645.         implode()
  5646.             Join array elements with a string
  5647.         join()
  5648.             Alias for implode()
  5649.         levenshtein()
  5650.             Calculate Levenshtein distance between two strings
  5651.         localeconv()
  5652.             Get numeric formatting information
  5653.         ltrim()
  5654.             Strip whitespace from the beginning of a string
  5655.         md5_file()
  5656.             Calculates the md5 hash of a given filename
  5657.         md5()
  5658.             Calculate the md5 hash of a string
  5659.         metaphone()
  5660.             Calculate the metaphone key of a string
  5661.         money_format()
  5662.             Formats a number as a currency string
  5663.         nl_langinfo()
  5664.             Query language and locale information
  5665.         nl2br()
  5666.             Inserts HTML line breaks before all newlines in a string
  5667.         number_format()
  5668.             Format a number with grouped thousands
  5669.         ord()
  5670.             Return ASCII value of character
  5671.         parse_str()
  5672.             Parses the string into variables
  5673.         print()
  5674.             Output a string
  5675.         printf()
  5676.             Output a formatted string
  5677.         quoted_printable_decode()
  5678.             Convert a quoted-printable string to an 8 bit string
  5679.         quotemeta()
  5680.             Quote meta characters
  5681.         rtrim()
  5682.             Strip whitespace from the end of a string
  5683.         setlocale()
  5684.             Set locale information
  5685.         sha1_file()
  5686.             Calculate the sha1 hash of a file
  5687.         sha1()
  5688.             Calculate the sha1 hash of a string
  5689.         similar_text()
  5690.             Calculate the similarity between two strings
  5691.         soundex()
  5692.             Calculate the soundex key of a string
  5693.         sprintf()
  5694.             Return a formatted string
  5695.         sscanf()
  5696.             Parses input from a string according to a format
  5697.         str_ireplace()
  5698.             Case-insensitive version of str_replace().
  5699.         str_pad()
  5700.             Pad a string to a certain length with another string
  5701.         str_repeat()
  5702.             Repeat a string
  5703.         str_replace()
  5704.             Replace all occurrences of the search string with the replacement string
  5705.         str_rot13()
  5706.             Perform the rot13 transform on a string
  5707.         str_shuffle()
  5708.             Randomly shuffles a string
  5709.         str_split()
  5710.             Convert a string to an array
  5711.         str_word_count()
  5712.             Return information about words used in a string
  5713.         strcasecmp()
  5714.             Binary safe case-insensitive string comparison
  5715.         strchr()
  5716.             Alias for strstr()
  5717.         strcmp()
  5718.             Binary safe string comparison
  5719.         strcoll()
  5720.             Locale based string comparison
  5721.         strcspn()
  5722.             Find length of initial segment not matching mask
  5723.         strip_tags()
  5724.             Strip HTML and PHP tags from a string
  5725.         stripcslashes()
  5726.             Un-quote string quoted with addcslashes()
  5727.         stripos()
  5728.             Find position of first occurrence of a case-insensitive string
  5729.         stripslashes()
  5730.             Un-quote string quoted with addslashes()
  5731.         stristr()
  5732.             Case-insensitive strstr()
  5733.         strlen()
  5734.             Get string length
  5735.         strnatcasecmp()
  5736.             Case insensitive string comparisons using a "natural order" algorithm
  5737.         strnatcmp()
  5738.             String comparisons using a "natural order" algorithm
  5739.         strncasecmp()
  5740.             Binary safe case-insensitive string comparison of the first n characters
  5741.         strncmp()
  5742.             Binary safe string comparison of the first n characters
  5743.         strpos()
  5744.             Find position of first occurrence of a string
  5745.         strrchr()
  5746.             Find the last occurrence of a character in a string
  5747.         strrev()
  5748.             Reverse a string
  5749.         strripos()
  5750.             Find position of last occurrence of a case-insensitive string in a string
  5751.         strrpos()
  5752.             Find position of last occurrence of a char in a string
  5753.         strspn()
  5754.             Find length of initial segment matching mask
  5755.         strstr()
  5756.             Find first occurrence of a string
  5757.         strtok()
  5758.             Tokenize string
  5759.         strtolower()
  5760.             Make a string lowercase
  5761.         strtoupper()
  5762.             Make a string uppercase
  5763.         strtr()
  5764.             Translate certain characters
  5765.         substr_count()
  5766.             Count the number of substring occurrences
  5767.         substr_replace()
  5768.             Replace text within a portion of a string
  5769.         substr()
  5770.             Return part of a string
  5771.         trim()
  5772.             Strip whitespace from the beginning and end of a string
  5773.         ucfirst()
  5774.             Make a string's first character uppercase
  5775.         ucwords()
  5776.             Uppercase the first character of each word in a string
  5777.         vprintf()
  5778.             Output a formatted string
  5779.         vsprintf()
  5780.             Return a formatted string
  5781.         wordwrap()
  5782.             Wraps a string to a given number of characters using a string break character.
  5783.     Sybase
  5784.         sybase_affected_rows()
  5785.             get number of affected rows in last query
  5786.         sybase_close()
  5787.             close Sybase connection
  5788.         sybase_connect()
  5789.             open Sybase server connection
  5790.         sybase_data_seek()
  5791.             move internal row pointer
  5792.         sybase_deadlock_retry_count()
  5793.             set the deadlock retry count
  5794.         sybase_fetch_array()
  5795.             fetch row as array
  5796.         sybase_fetch_assoc()
  5797.             fetch row as associative array
  5798.         sybase_fetch_field()
  5799.             get field information
  5800.         sybase_fetch_object()
  5801.             fetch row as object
  5802.         sybase_fetch_row()
  5803.             get row as enumerated array
  5804.         sybase_field_seek()
  5805.             set field offset
  5806.         sybase_free_result()
  5807.             free result memory
  5808.         sybase_get_last_message()
  5809.             Returns the last message from the server
  5810.         sybase_min_client_severity()
  5811.             Sets minimum client severity
  5812.         sybase_min_error_severity()
  5813.             Sets minimum error severity
  5814.         sybase_min_message_severity()
  5815.             Sets minimum message severity
  5816.         sybase_min_server_severity()
  5817.             Sets minimum server severity
  5818.         sybase_num_fields()
  5819.             get number of fields in result
  5820.         sybase_num_rows()
  5821.             Get number of rows in result
  5822.         sybase_pconnect()
  5823.             open persistent Sybase connection
  5824.         sybase_query()
  5825.             Send Sybase query
  5826.         sybase_result()
  5827.             get result data
  5828.         sybase_select_db()
  5829.             select Sybase database
  5830.         sybase_set_message_handler()
  5831.             set handler called when a server message is raised
  5832.         sybase_unbuffered_query()
  5833.             send Sybase query and do not block
  5834.     Tokenizer
  5835.         token_get_all()
  5836.             Split given source into PHP tokens
  5837.         token_name()
  5838.             Get the symbolic name of a given PHP token
  5839.     URLs
  5840.         base64_decode()
  5841.             Decodes data encoded with MIME base64
  5842.         base64_encode()
  5843.             Encodes data with MIME base64
  5844.         get_meta_tags()
  5845.             Extracts all meta tag content attributes from a file and returns an array
  5846.         parse_url()
  5847.             Parse a URL and return its components
  5848.         rawurldecode()
  5849.             Decode URL-encoded strings
  5850.         rawurlencode()
  5851.             URL-encode according to RFC 1738
  5852.         urldecode()
  5853.             Decodes URL-encoded string
  5854.         urlencode()
  5855.             URL-encodes string
  5856.     Variables
  5857.         doubleval()
  5858.             Alias of floatval()
  5859.         empty()
  5860.             Determine whether a variable is empty
  5861.         floatval()
  5862.             Get float value of a variable
  5863.         get_defined_vars()
  5864.             Returns an array of all defined variables
  5865.         get_resource_type()
  5866.             Returns the resource type
  5867.         gettype()
  5868.             Get the type of a variable
  5869.         import_request_variables()
  5870.             Import GET/POST/Cookie variables into the global scope
  5871.         intval()
  5872.             Get integer value of a variable
  5873.         is_array()
  5874.             Finds whether a variable is an array
  5875.         is_bool()
  5876.             Finds out whether a variable is a boolean
  5877.         is_callable()
  5878.             Find out whether the argument is a valid callable construct
  5879.         is_double()
  5880.             Alias of is_float()
  5881.         is_float()
  5882.             Finds whether a variable is a float
  5883.         is_int()
  5884.             Find whether a variable is an integer
  5885.         is_integer()
  5886.             Alias of is_int()
  5887.         is_long()
  5888.             Alias of is_int()
  5889.         is_null()
  5890.             Finds whether a variable is NULL
  5891.         is_numeric()
  5892.             Finds whether a variable is a number or a numeric string
  5893.         is_object()
  5894.             Finds whether a variable is an object
  5895.         is_real()
  5896.             Alias of is_float()
  5897.         is_resource()
  5898.             Finds whether a variable is a resource
  5899.         is_scalar()
  5900.             Finds whether a variable is a scalar
  5901.         is_string()
  5902.             Finds whether a variable is a string
  5903.         isset()
  5904.             Determine whether a variable is set
  5905.         print_r()
  5906.             Prints human-readable information about a variable
  5907.         serialize()
  5908.             Generates a storable representation of a value
  5909.         settype()
  5910.             Set the type of a variable
  5911.         strval()
  5912.             Get string value of a variable
  5913.         unserialize()
  5914.             Creates a PHP value from a stored representation
  5915.         unset()
  5916.             Unset a given variable
  5917.         var_dump()
  5918.             Dumps information about a variable
  5919.         var_export()
  5920.             Outputs or returns a string representation of a variable
  5921.     vpopmail
  5922.         vpopmail_add_alias_domain_ex()
  5923.             Add alias to an existing virtual domain
  5924.         vpopmail_add_alias_domain()
  5925.             Add an alias for a virtual domain
  5926.         vpopmail_add_domain_ex()
  5927.             Add a new virtual domain
  5928.         vpopmail_add_domain()
  5929.             Add a new virtual domain
  5930.         vpopmail_add_user()
  5931.             Add a new user to the specified virtual domain
  5932.         vpopmail_alias_add()
  5933.             insert a virtual alias
  5934.         vpopmail_alias_del_domain()
  5935.             deletes all virtual aliases of a domain
  5936.         vpopmail_alias_del()
  5937.             deletes all virtual aliases of a user
  5938.         vpopmail_alias_get_all()
  5939.             get all lines of an alias for a domain
  5940.         vpopmail_alias_get()
  5941.             get all lines of an alias for a domain
  5942.         vpopmail_auth_user()
  5943.             Attempt to validate a username/domain/password. Returns true/false
  5944.         vpopmail_del_domain_ex()
  5945.             Delete a virtual domain
  5946.         vpopmail_del_domain()
  5947.             Delete a virtual domain
  5948.         vpopmail_del_user()
  5949.             Delete a user from a virtual domain
  5950.         vpopmail_error()
  5951.             Get text message for last vpopmail error. Returns string
  5952.         vpopmail_passwd()
  5953.             Change a virtual user's password
  5954.         vpopmail_set_user_quota()
  5955.             Sets a virtual user's quota
  5956.     W32api
  5957.         w32api_deftype()
  5958.             Defines a type for use with other w32api_functions
  5959.         w32api_init_dtype()
  5960.             Creates an instance of the data type typename and fills it with the values passed
  5961.         w32api_invoke_function()
  5962.             Invokes function funcname with the arguments passed after the function name
  5963.         w32api_register_function()
  5964.             Registers function function_name from library with PHP
  5965.         w32api_set_call_method()
  5966.             Sets the calling method used
  5967.     WDDX
  5968.         wddx_add_vars()
  5969.             Add variables to a WDDX packet with the specified ID
  5970.         wddx_deserialize()
  5971.             Deserializes a WDDX packet
  5972.         wddx_packet_end()
  5973.             Ends a WDDX packet with the specified ID
  5974.         wddx_packet_start()
  5975.             Starts a new WDDX packet with structure inside it
  5976.         wddx_serialize_value()
  5977.             Serialize a single value into a WDDX packet
  5978.         wddx_serialize_vars()
  5979.             Serialize variables into a WDDX packet
  5980.     XML
  5981.         utf8_decode()
  5982.             Converts a string with ISO-8859-1 characters encoded with UTF-8 to single-byte ISO-8859-1.
  5983.         utf8_encode()
  5984.             encodes an ISO-8859-1 string to UTF-8
  5985.         xml_error_string()
  5986.             get XML parser error string
  5987.         xml_get_current_byte_index()
  5988.             get current byte index for an XML parser
  5989.         xml_get_current_column_number()
  5990.             Get current column number for an XML parser
  5991.         xml_get_current_line_number()
  5992.             get current line number for an XML parser
  5993.         xml_get_error_code()
  5994.             get XML parser error code
  5995.         xml_parse_into_struct()
  5996.             Parse XML data into an array structure
  5997.         xml_parse()
  5998.             start parsing an XML document
  5999.         xml_parser_create_ns()
  6000.             Create an XML parser
  6001.         xml_parser_create()
  6002.             create an XML parser
  6003.         xml_parser_free()
  6004.             Free an XML parser
  6005.         xml_parser_get_option()
  6006.             get options from an XML parser
  6007.         xml_parser_set_option()
  6008.             set options in an XML parser
  6009.         xml_set_character_data_handler()
  6010.             set up character data handler
  6011.         xml_set_default_handler()
  6012.             set up default handler
  6013.         xml_set_element_handler()
  6014.             set up start and end element handlers
  6015.         xml_set_end_namespace_decl_handler()
  6016.             Set up character data handler
  6017.         xml_set_external_entity_ref_handler()
  6018.             set up external entity reference handler
  6019.         xml_set_notation_decl_handler()
  6020.             set up notation declaration handler
  6021.         xml_set_object()
  6022.             Use XML Parser within an object
  6023.         xml_set_processing_instruction_handler()
  6024.             Set up processing instruction (PI) handler
  6025.         xml_set_start_namespace_decl_handler()
  6026.             Set up character data handler
  6027.         xml_set_unparsed_entity_decl_handler()
  6028.             Set up unparsed entity declaration handler
  6029.     XML-RPC
  6030.         xmlrpc_decode_request()
  6031.             Decodes XML into native PHP types
  6032.         xmlrpc_decode()
  6033.             Decodes XML into native PHP types
  6034.         xmlrpc_encode_request()
  6035.             Generates XML for a method request
  6036.         xmlrpc_encode()
  6037.             Generates XML for a PHP value
  6038.         xmlrpc_get_type()
  6039.             Gets xmlrpc type for a PHP value. Especially useful for base64 and datetime strings
  6040.         xmlrpc_parse_method_descriptions()
  6041.             Decodes XML into a list of method descriptions
  6042.         xmlrpc_server_add_introspection_data()
  6043.             Adds introspection documentation
  6044.         xmlrpc_server_call_method()
  6045.             Parses XML requests and call methods
  6046.         xmlrpc_server_create()
  6047.             Creates an xmlrpc server
  6048.         xmlrpc_server_destroy()
  6049.             Destroys server resources
  6050.         xmlrpc_server_register_introspection_callback()
  6051.             Register a PHP function to generate documentation
  6052.         xmlrpc_server_register_method()
  6053.             Register a PHP function to resource method matching method_name
  6054.         xmlrpc_set_type()
  6055.             Sets xmlrpc type, base64 or datetime, for a PHP string value
  6056.     XSLT
  6057.         xslt_create()
  6058.             Create a new XSLT processor
  6059.         xslt_errno()
  6060.             Returns an error number
  6061.         xslt_error()
  6062.             Returns an error string
  6063.         xslt_free()
  6064.             Free XSLT processor
  6065.         xslt_process()
  6066.             Perform an XSLT transformation
  6067.         xslt_set_base()
  6068.             Set the base URI for all XSLT transformations
  6069.         xslt_set_encoding()
  6070.             Set the encoding for the parsing of XML documents
  6071.         xslt_set_error_handler()
  6072.             Set an error handler for a XSLT processor
  6073.         xslt_set_log()
  6074.             Set the log file to write log messages to
  6075.         xslt_set_sax_handler()
  6076.             Set SAX handlers for a XSLT processor
  6077.         xslt_set_sax_handlers()
  6078.             Set the SAX handlers to be called when the XML document gets processed
  6079.         xslt_set_scheme_handler()
  6080.             Set Scheme handlers for a XSLT processor
  6081.         xslt_set_scheme_handlers()
  6082.             Set the scheme handlers for the XSLT processor
  6083.     YAZ
  6084.         yaz_addinfo()
  6085.             Returns additional error information
  6086.         yaz_ccl_conf()
  6087.             Configure CCL parser
  6088.         yaz_ccl_parse()
  6089.             Invoke CCL Parser
  6090.         yaz_close()
  6091.             Close YAZ connection
  6092.         yaz_connect()
  6093.             Prepares for a connection to a Z39.50 target (server).
  6094.         yaz_database()
  6095.             Specifies the databases within a session
  6096.         yaz_element()
  6097.             Specifies Element-Set Name for retrieval
  6098.         yaz_errno()
  6099.             Returns error number
  6100.         yaz_error()
  6101.             Returns error description
  6102.         yaz_get_option()
  6103.             Returns value of option for connection
  6104.         yaz_hits()
  6105.             Returns number of hits for last search
  6106.         yaz_itemorder()
  6107.             Prepares for Z39.50 Item Order with an ILL-Request package
  6108.         yaz_present()
  6109.             Prepares for retrieval (Z39.50 present).
  6110.         yaz_range()
  6111.             Specifies the maximum number of records to retrieve
  6112.         yaz_record()
  6113.             Returns a record
  6114.         yaz_scan_result()
  6115.             Returns Scan Response result
  6116.         yaz_scan()
  6117.             Prepares for a scan
  6118.         yaz_schema()
  6119.             Specifies schema for retrieval.
  6120.         yaz_search()
  6121.             Prepares for a search
  6122.         yaz_set_option()
  6123.             Sets one or more options for connection
  6124.         yaz_sort()
  6125.             Sets sorting criteria
  6126.         yaz_syntax()
  6127.             Specifies the preferred record syntax for retrieval.
  6128.         yaz_wait()
  6129.             Wait for Z39.50 requests to complete
  6130.     YP/NIS
  6131.         yp_all()
  6132.             Traverse the map and call a function on each entry
  6133.         yp_cat()
  6134.             Return an array containing the entire map
  6135.         yp_err_string()
  6136.             Returns the error string associated with the previous operation
  6137.         yp_errno()
  6138.             Returns the error code of the previous operation
  6139.         yp_first()
  6140.             Returns the first key-value pair from the named map
  6141.         yp_get_default_domain()
  6142.             Fetches the machine's default NIS domain
  6143.         yp_master()
  6144.             Returns the machine name of the master NIS server for a map
  6145.         yp_match()
  6146.             Returns the matched line
  6147.         yp_next()
  6148.             Returns the next key-value pair in the named map.
  6149.         yp_order()
  6150.             Returns the order number for a map
  6151.     Zip
  6152.         zip_close()
  6153.             Close a Zip File Archive
  6154.         zip_entry_close()
  6155.             Close a Directory Entry
  6156.         zip_entry_compressedsize()
  6157.             Retrieve the Compressed Size of a Directory Entry
  6158.         zip_entry_compressionmethod()
  6159.             Retrieve the Compression Method of a Directory Entry
  6160.         zip_entry_filesize()
  6161.             Retrieve the Actual File Size of a Directory Entry
  6162.         zip_entry_name()
  6163.             Retrieve the Name of a Directory Entry
  6164.         zip_entry_open()
  6165.             Open a Directory Entry for Reading
  6166.         zip_entry_read()
  6167.             Read From an Open Directory Entry
  6168.         zip_open()
  6169.             Open a Zip File Archive
  6170.         zip_read()
  6171.             Read Next Entry in a Zip File Archive
  6172.     Zlib
  6173.         gzclose()
  6174.             Close an open gz-file pointer
  6175.         gzcompress()
  6176.             Compress a string
  6177.         gzdeflate()
  6178.             Deflate a string
  6179.         gzencode()
  6180.             Create a gzip compressed string
  6181.         gzeof()
  6182.             Test for end-of-file on a gz-file pointer
  6183.         gzfile()
  6184.             Read entire gz-file into an array
  6185.         gzgetc()
  6186.             Get character from gz-file pointer
  6187.         gzgets()
  6188.             Get line from file pointer
  6189.         gzgetss()
  6190.             Get line from gz-file pointer and strip HTML tags
  6191.         gzinflate()
  6192.             Inflate a deflated string
  6193.         gzopen()
  6194.             Open gz-file
  6195.         gzpassthru()
  6196.             Output all remaining data on a gz-file pointer
  6197.         gzputs()
  6198.             Alias for gzwrite()
  6199.         gzread()
  6200.             Binary-safe gz-file read
  6201.         gzrewind()
  6202.             Rewind the position of a gz-file pointer
  6203.         gzseek()
  6204.             Seek on a gz-file pointer
  6205.         gztell()
  6206.             Tell gz-file pointer read/write position
  6207.         gzuncompress()
  6208.             Uncompress a deflated string
  6209.         gzwrite()
  6210.             Binary-safe gz-file write
  6211.         readgzfile()
  6212.             Output a gz-file
  6213.         zlib_get_coding_type()
  6214.             Returns the coding type used for output compression
  6215.